Skip to main content

deleteCache

deleteCache

Request Body required
    cacheNames string[]
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
POST /cache/clear

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
Body required
{
"cacheNames": [
"string"
]
}
curl / cURL
curl -L -X POST '/communications/cache/clear' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cacheNames": [
"string"
]
}'