curl --request DELETE \
--url https://api.decodahealth.com/admin/settings/notification-preferences/bulk \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"preferenceIds": [
"<string>"
]
}
'trueDelete multiple notification preferences by their IDs.
curl --request DELETE \
--url https://api.decodahealth.com/admin/settings/notification-preferences/bulk \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"preferenceIds": [
"<string>"
]
}
'trueThe tenant you are making this request on behalf of
Your api key
Schema for bulk deleting notification preferences.
List of preference IDs to delete.
Successful Response
The response is of type boolean.