Delete filters
deletes filters based on uuids
ApiScope: manage.filter.write
API Scope Level: DealerScope
Path Parameters
ServiceSubscriberDealer string required
unique identifier for a dealer
Query Parameters
mongoCollection string required
Possible values: [MANAGE_USER
, MANAGE_AUTOMATED_TEMPLATE
, OPCODES_AND_DEALER_MENUS
, FACTORY_MENUS_AND_LINE_ITEMS
]
application/json
Request Body required
uuids string[]
Responses
- 200
- 400
- 401
- 403
- 500
OK
application/json
application/x-protobuf
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Bad Request
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Unauthorized
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Forbidden
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Internal Server Error
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
DELETE /v2/filter/:ServiceSubscriberDealer
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X DELETE '/manage/v2/filter/:ServiceSubscriberDealer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuids": [
"string"
]
}'
python / requests
curl -L -X DELETE '/manage/v2/filter/:ServiceSubscriberDealer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuids": [
"string"
]
}'
go / native
curl -L -X DELETE '/manage/v2/filter/:ServiceSubscriberDealer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuids": [
"string"
]
}'
nodejs / axios
curl -L -X DELETE '/manage/v2/filter/:ServiceSubscriberDealer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuids": [
"string"
]
}'
ruby / Net::HTTP
curl -L -X DELETE '/manage/v2/filter/:ServiceSubscriberDealer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuids": [
"string"
]
}'
csharp / RestSharp
curl -L -X DELETE '/manage/v2/filter/:ServiceSubscriberDealer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuids": [
"string"
]
}'
php / cURL
curl -L -X DELETE '/manage/v2/filter/:ServiceSubscriberDealer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuids": [
"string"
]
}'
java / OkHttp
curl -L -X DELETE '/manage/v2/filter/:ServiceSubscriberDealer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuids": [
"string"
]
}'
powershell / RestMethod
curl -L -X DELETE '/manage/v2/filter/:ServiceSubscriberDealer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuids": [
"string"
]
}'