Permanently delete a notification

DELETE /api/v1/notifications/{id}

Path parameters

  • id string Required

    The ID of the notification.

DELETE /api/v1/notifications/{id}
curl \
 --request DELETE 'https://api.plannrcrm.com/api/v1/notifications/architecto' \
 --header "Authorization: Bearer $ACCESS_TOKEN"