Notification

Delete a notification - json

This endpoint allows for the manual removal of a single notification using its id. Notifications are automatically deleted after 600 seconds from their creation in any case.

DELETE
/api/notification/delete_json
AuthorizationBearer <token>

In: header

idinteger

Response Body

Examples

curl -X DELETE "https://api.piktid.com/api/notification/delete_json" \
  -H "Content-Type: application/json" \
  -d '{
    "id": 0
  }'
Empty
Empty