Skip to main content
DELETE
/
environments
/
{environmentId}
/
webhooks
/
{webhookId}
Delete the Webhook for an environment
curl --request DELETE \
  --url https://app.dynamicauth.com/api/v0/environments/{environmentId}/webhooks/{webhookId}
This response does not have an example.

Path Parameters

environmentId
string
required
Required string length: 36
Example:
webhookId
string
required
Required string length: 36
Example:

Response