v1

latestOpenAPI 3.0.02026-07-135965404.0 KB
Notifications

Delete a notification

Deletes a notification. Note that deleting a notification only deletes the notification – it does not delete any underlying files or folders.

Notes:

  • You need to have the notifications permission to update a notification.
  • You can only delete notifications owned by your user account.
delete/notifications/{id}

Path parameters

idinteger required

ID of the notification. Use GET /notifications if you need to lookup an ID.

Headers

ev-api-keystring required

API Key required to make the API call.

ev-access-tokenstring required

Access token required to make the API call.

Response

Successful Operation

responseStatusinteger

Http status code of the response.

datastring[]

Example response

{
  "responseStatus": 200,
  "data": []
}