Skip to main content

delete all notifier entries for a dealerAssociate

delete all notifier entries for a dealerAssociate

Path Parameters
    departmentUUID string required
    userUUID string required
Responses

OK


Schema
    notificationsDeleted boolean
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
DELETE /department/:departmentUUID/user/:userUUID/notifier

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
departmentUUID — path required
userUUID — path required
curl / cURL
curl -L -X DELETE '/communications/department/:departmentUUID/user/:userUUID/notifier' \
-H 'Accept: application/json'