Skip to main content
POST
Delete Notifications
Use this API to delete notifications.

Endpoint

POST https://api.velt.dev/v1/notifications/delete

Headers

x-velt-api-key
string
required
Your API key.
x-velt-auth-token
string
required

Body

Params

data
object
required

Example Requests

1. Delete by organizationId and documentId

2. Delete by organizationId, documentId and notificationIds

3. Delete by organizationId and userId

4. Delete by organizationId, userId and notificationIds

5. Delete by organizationId, documentId and userId

6. Delete by organizationId, documentId, userId and notificationIds

7.Delete by organizationId, documentId and locationId

8. Delete by organizationId, documentId, locationId and notificationIds

9. Delete by organizationId, locationId and userId

10. Delete by organizationId, locationId, userId, and notificationIds

11. Delete by organizationId, documentId, locationId and userId

Response

Success Response

When some notifications are not found

Failure Response