v1
latestOpenAPI 3.0.22026-07-1351821.6 KBSubscribe to notifications
Deletes existing subscriptions.
delete/v1/subscriptions
Query parameters
lastUpdatedstring required
Deletes subscriptions where lastUpdated is after specified datetime.
Deletes subscriptions where lastUpdated is after specified datetime.
taskTypestring required
TaskType of subscription(s) to delete. ‘All’ can be used to specify any taskType.
TaskType of subscription(s) to delete. ‘All’ can be used to specify any taskType.
taskSubTypestring required
TaskSubType of subscription(s) to delete. ‘All’ can be used to speciy any taskSubType.
TaskSubType of subscription(s) to delete. ‘All’ can be used to speciy any taskSubType.
Response
Successful Response
Example response
{
"status": "Deleted successfully"
}