DELETE
/
webhooks
/
{id}
curl --request DELETE \
  --url https://api.cal.com/v1/webhooks/{id}

Authorizations

apiKey
string
query
required

Path Parameters

id
integer
required

Numeric ID of the hooks to delete

Query Parameters

apiKey
string
required

Your API key

Response

201

OK, hook removed successfully