Skip to main content

Purge department broker number cache

Purge department broker number cache

Query Parameters
    purgeAll boolean
Request Body required
    departmentUUIDs 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/departments/caches/brokernumbers

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
purgeAll — query
Body required
{
"departmentUUIDs": [
"string"
]
}
Accept
curl / cURL
curl -L -X DELETE '/manage/v2/departments/caches/brokernumbers' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"departmentUUIDs": [
"string"
]
}'