DELETE
/
v1
/
organization-management
/
notifications
/
deny-list
Remove a contact from the deny list.
curl --request DELETE \
  --url https://api.sandbox.usenash.com/v1/organization-management/notifications/deny-list \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "<string>",
  "value": "<string>"
}'
{
  "success": true
}

Body

application/json

Expected payload for endpoint assigning role names to a user.

type
string
required

The type of contact to add to the deny list.

value
string
required

The value of the contact to add to the deny list.

Response

OK

Representation of a success response.

success
boolean
required

Whether the operation was successful.