Delete subscription

Deletes the subscription permanently. New deliveries are not created and queued deliveries are canceled. A request already in progress can still finish.

Authentication

Authorizationstring

Use the API key format: api-key <token>.

Path parameters

subscriptionIdstringRequired
Subscription identifier returned by Create subscription.

Response

204 No Content — Subscription deleted. New and queued deliveries stop; an HTTP request already in flight may finish.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
405
Method Not Allowed Error
406
Not Acceptable Error
429
Too Many Requests Error
500
Internal Server Error