deleteNotification
DELETE
/api/notifications/{id}/
FCM/Notification
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/api/notifications//'
Response Response Example
400 - Example 1
{
"type": "client_error",
"errors": [
{
"code": "parse_error",
"detail": "string",
"attr": "string"
}
]
}
Request
Path Params
id
integer
required