DELETE
/
api
/
v1
/
notifications
/
{subscription_id}
curl --request DELETE \
  --url https://api.byblend.com/api/v1/notifications/{subscription_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Subscription deactivated successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

subscription_id
string
required

Unique (UUID) identifier for the subscription

Response

200 - application/json

Subscription deactivated successfully

The response is of type object.