Skip to content

Delete a webhook subscription

Redline APIWebhook subscriptions

DELETEhttps://api.redline.example/v1/webhook-subscriptions/{subscription_id}

AuthRequires authentication via bearerAuth.

Description

Permanently stops delivery to a webhook subscription.

Parameters

subscription_idpathstringrequired
Webhook subscription identifier.

Responses

204The subscription was deleted. No response body is returned.
401The API key is missing, malformed, expired, or revoked.application/json
errorobjectrequired
403The API key does not have permission for this action.application/json
errorobjectrequired
404The resource was not found in the authenticated Workspace.application/json
errorobjectrequired