v1

latestOpenAPI 3.0.22026-07-1351821.6 KB
Subscribe 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

statusstring

Success message

numberOfRecordsDeletedinteger

Number of records deleted

Example response

{
  "status": "Deleted successfully"
}