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.
Examples
curl -X DELETE "https://api.piktid.com/api/notification/delete_json" \
-H "Content-Type: application/json" \
-d '{
"id": 0
}'Empty
Empty