Skip to main content

purge redis cache for thread followers

purge redis cache for thread followers

Path Parameters
    departmentUUID string required
    customerUUID string required
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
DELETE /departments/:departmentUUID/customer/:customerUUID/followers/cache

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
departmentUUID — path required
customerUUID — path required
curl / cURL
curl -L -X DELETE '/communications/departments/:departmentUUID/customer/:customerUUID/followers/cache' \
-H 'Accept: application/json'