Skip to main content
DELETE
Archive a webhook subscription

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhook_subscription_id
string<uuid>
required

The subscription's id. Anything that is not a UUID does not match the route and returns 404.

Response

The subscription was archived. The body is an empty JSON object.

The response is of type object.