DELETE

/api/notifications

Delete notifications

Deletes one or more notifications.

curl -s -X DELETE "$BASE/api/notifications" \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"ids": ["notif_1"]}'

Request Body

FieldTypeReqDefaultDescription
idsstring[]NNotification IDs to delete

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test