Skip to main content

purge cache of all ServiceSubscribers


ApiScope: manage.servicesubscriber.write
API Scope Level: ServiceSubscriberScope
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/servicesubscriber/purge/cache/all

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
Accept
curl / cURL
curl -L -X DELETE '/manage/v2/servicesubscriber/purge/cache/all' \
-H 'Accept: application/json'