Skip to main content

Purge Dealer Associate for Department among Users


ApiScope: manage.user.write
API Scope Level: ServiceSubscriberScope
Request Body required
    departmentUUID string
    userUUIDs string[]
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
DELETE /v2/department/dealerAssociate/purge/cache

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
Body required
{
"departmentUUID": "string",
"userUUIDs": [
"string"
]
}
Accept
curl / cURL
curl -L -X DELETE '/manage/v2/department/dealerAssociate/purge/cache' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"departmentUUID": "string",
"userUUIDs": [
"string"
]
}'