Skip to main content
DELETE
/
v1
/
webhooks
/
{webhook_id}
Delete a Webhook
curl --request DELETE \
  --url https://api.example.com/v1/webhooks/{webhook_id}

Description

This endpoint removes a webhook configuration from your Transcrypts account. When executed, the specified webhook will no longer receive event notifications.

Authentication

This endpoint requires API credentials:
  • Client ID (header)
  • Access Key (header)

Path Parameters

ParameterTypeRequiredDescription
webhook_idstringYesThe unique identifier of the webhook to be removed

Response

Success Response (204 No Content)

The endpoint returns no response body upon successful deletion.

Error Responses

Status CodeErrorDescription
400incorrect_parametersRequest parameters were invalid
401authentication_failedNo such token
403not_authenticatedAuthentication credentials not provided
404Not FoundThe webhook ID does not exist