Notifications
Delete Notifications
POST
/
v1
/
notifications
/
delete
Use this API to delete notifications.
Endpoint
POST https://api.velt.dev/v1/notifications/delete
Headers
x-velt-api-key
string
requiredYour API key.
x-velt-auth-token
string
requiredYour Auth Token.
Body Example
Params
data
object
requiredExample 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
Was this page helpful?