Skip to main content
DELETE
/
api
/
v1
/
webhooks
/
{id}
Delete Webhook
curl --request DELETE \
  --url https://colloqui-web-develop-btoadh.laravel.cloud/api/v1/webhooks/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

id
string
required

The ID of the webhook.

Response

204

No Content