Skip to main content
DELETE
/
management
/
v1
/
projects
/
{projectId}
/
webhooks
/
{webhookId}
Delete Webhook
curl --request DELETE \
  --url https://{cluster}.voucherify.io/management/v1/projects/{projectId}/webhooks/{webhookId} \
  --header 'X-Management-Id: <api-key>' \
  --header 'X-Management-Token: <api-key>'
This response does not have an example.

Authorizations

X-Management-Id
string
header
required
X-Management-Token
string
header
required

Path Parameters

projectId
string
required

Provide the unique identifier of the project.

Example:

"proj_TrlkLiH4"

webhookId
string
required

Provide the unique identifier of the webhook configuration.

Example:

"wh_Fk1HzL9lqC1lpuIFxp3TShB4"

Response

Returns no content if the webhook configuration has been successfully deleted.

I