NotificationDelete_json

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

Authorization

token_auth_2
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

id*integer

Response Body

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