DELETE
/
v5
/
notifications
/
settings
/
{settingsId}
Delete a notification settings
curl --request DELETE \
  --url https://api.kadoa.com/v5/notifications/settings/{settingsId} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "settingId": "<string>"
  },
  "status": "<string>",
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

settingsId
string
required

Setting ID

Response

200
application/json

Settings deleted successfully

The response is of type object.