DELETE

/api/webhooks/outgoing/:id

This endpoint allows you to permanently remove webhooks outgoing/(specific id).

Request Parameters

Parameter Location Required
id path Yes

Example Request

cURL
curl -X DELETE https://api.basebrick.com/api/webhooks/outgoing/123 \
  -H "Authorization: Bearer YOUR_TOKEN"