delete all notifier entries for a dealerAssociate
delete all notifier entries for a dealerAssociate
Path Parameters
departmentUUID string required
userUUID string required
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
notificationsDeleted boolean
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"notificationsDeleted": true,
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Loading...