Delete Local Prefix Filter (v2.0)
Delete a specific local prefix filter.
Path Parameters
tenant_id string required
The tenant ID.
id string required
The ID of the local prefix filter.
Responses
- 200
- 400
Successful Operation
application/json
Schema
Example (from schema)
Schema
description
Description of the local prefix filter.
id string
Id of the local prefix filter.
name string required
Name of the local prefix filter.
{
"id": "string",
"name": "string"
}
Bad Request
application/json
Schema
Example (from schema)
Example
Schema
- Array [
- ]
_error ErrorResponse[]
code string
message string
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "PREFIXFILTER_NAME_REQUIRED"
},
{
"code": "PREFIXFILTER_INVALID_DESCRIPTION"
},
{
"code": "PREFIXFILTER_INVALID_NAME"
}
]
}
}
Loading...