Archive a webhook subscription
Webhooks
Archive a webhook subscription
Archive a webhook subscription. Archiving is one-way and stops delivery; there is no un-archive. The subscription disappears from the read endpoints immediately, so archiving the same id twice returns 404 the second time.
Requires write access to webhooks.
DELETE
Archive a webhook subscription
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
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.

