DELETE
/
environments
/
{environmentId}
/
webhooks
/
{webhookId}
curl --request DELETE \
  --url https://app.dynamicauth.com/api/v0/environments/{environmentId}/webhooks/{webhookId}
This response has no body data.

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36
webhookId
string
required

UUID of the webhook

Required string length: 36