Unsubscribe from a trigger removing all the data for the subscription

Unsubscribe from a trigger removing all the data for the subscription

SecurityBearerAuth or ApiKeyAuth
Request
path Parameters
subscription_id
required
string
Example: abc-123-efg-456
Responses
204

Removed

400

Bad Request.

401

Unauthorized access.

403

Forbidden.

404

The specified resource was not found

500

Internal Server Error.

503

Service Unavailable.

delete/api/subscriptions/{subscription_id}
Request samples
Response samples
application/problem+json
{
  • "title": "string",
  • "status": 0,
  • "detail": "string",
  • "errorCode": "string",
  • "type": "string"
}