webhooks
Delete the Webhook for an environment
DELETE
/
environments
/
{environmentId}
/
webhooks
/
{webhookId}
Authorization
Path
curl --request DELETE \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/webhooks/{webhookId}
This response has no body data.
Path Parameters
environmentId
string
requiredID of the environment
webhookId
string
requiredUUID of the webhook
Was this page helpful?
curl --request DELETE \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/webhooks/{webhookId}
This response has no body data.