Skip to main content
DELETE
/
api
/
v1
/
customer
/
notifications
/
{notificationRecipientId}
Delete Notification
curl --request DELETE \
  --url https://api.example.com/api/v1/customer/notifications/{notificationRecipientId}
{
  "statusCode": 400,
  "message": "Bad Request Error",
  "errors": [
    {
      "code": "invalid_type",
      "message": "Required",
      "path": "name"
    }
  ]
}

Path Parameters

notificationRecipientId
string<uuid>
required

Notification recipient identifier.

Response

No Content