Delete a Notification

post/notification.delete

Deletes a specified notification.

See the App Notifications article for more details.

Securitybasic or X-PriceFx-jwt
Request
Request Body schema: application/json
object
id
Array of strings
Responses
200

OK

Response Schema: application/json
object
node
string
data
object or null
totalRows
integer

A total number of deleted notifications.

status
integer
Request samples
application/json
{
  • "data": {
    • "id": [
      • "954",
      • "955"
      ]
    }
}
Response samples
application/json
{
  • "response": {
    • "node": "string",
    • "data": { },
    • "totalRows": 0,
    • "status": 0
    }
}