purge cache of data required for authentication and authorization. Possible values for cacheName = {KMANAGE_DEALER_ID_FROM_DEPARTMENT_UUID, KMANAGE_DEALER_BY_ID, KMANAGE_DEALER_BY_UUID, KMANAGE_SERVICE_SUBSCRIBER_DEALER, KMANAGE_SERVICE_SUBSCRIBER_DEPARTMENT, KMANAGE_CHECK_SERVICE_SUBSCRIBER_AUTH}
purge cache of data required for authentication and authorization. Possible values for cacheName = {KMANAGE_DEALER_ID_FROM_DEPARTMENT_UUID, KMANAGE_DEALER_BY_ID, KMANAGE_DEALER_BY_UUID, KMANAGE_SERVICE_SUBSCRIBER_DEALER, KMANAGE_SERVICE_SUBSCRIBER_DEPARTMENT, KMANAGE_CHECK_SERVICE_SUBSCRIBER_AUTH}
application/json
Request Body required
cacheName string
functionParameters object
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/servicesubscriber/purge/authentication/cache
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X DELETE '/manage/v2/servicesubscriber/purge/authentication/cache' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cacheName": "string",
"functionParameters": {}
}'
python / requests
curl -L -X DELETE '/manage/v2/servicesubscriber/purge/authentication/cache' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cacheName": "string",
"functionParameters": {}
}'
go / native
curl -L -X DELETE '/manage/v2/servicesubscriber/purge/authentication/cache' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cacheName": "string",
"functionParameters": {}
}'
nodejs / axios
curl -L -X DELETE '/manage/v2/servicesubscriber/purge/authentication/cache' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cacheName": "string",
"functionParameters": {}
}'
ruby / Net::HTTP
curl -L -X DELETE '/manage/v2/servicesubscriber/purge/authentication/cache' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cacheName": "string",
"functionParameters": {}
}'
csharp / RestSharp
curl -L -X DELETE '/manage/v2/servicesubscriber/purge/authentication/cache' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cacheName": "string",
"functionParameters": {}
}'
php / cURL
curl -L -X DELETE '/manage/v2/servicesubscriber/purge/authentication/cache' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cacheName": "string",
"functionParameters": {}
}'
java / OkHttp
curl -L -X DELETE '/manage/v2/servicesubscriber/purge/authentication/cache' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cacheName": "string",
"functionParameters": {}
}'
powershell / RestMethod
curl -L -X DELETE '/manage/v2/servicesubscriber/purge/authentication/cache' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cacheName": "string",
"functionParameters": {}
}'