SmakeSmake API Docs
EndpointsWebhooks

Delete a webhook

DELETE
/webhooks/{id}

Deletes the webhook with the given id. A successful DELETE results in HTTP 204 with an empty response body (see Basic Usage → Response).

AuthorizationbearerAuth

Authorization

bearerAuth
AuthorizationBearer <token>

API token as bearer token — you receive a test and a live token, there is no switch between them. See Setup → Authentication and Setup → Test mode.

In: header

Path Parameters

id*integer

The ID of the resource.

Header Parameters

Accept*"application/json"

The API only responds with JSON — this header is mandatory on every request (see Setup → Headers).

Default"application/json"

Value in

  • "application/json"

Response Body

application/json

application/json

Request example
curl -X DELETE "https://example.com/webhooks/0" \  -H "Accept: application/json"
Empty