Endpoints
Webhook
Smake Master API — Webhook
DELETE
Example of deleting a specified webhook
Request
DELETE /webhooks/1 HTTP/1.1Response
HTTP/1.1 204 No ContentValidation Errors
404 Not Found – Webhook Not Found
{
"message": ""
}Possible causes:
- The ID in the URL (
/webhooks/1) does not point to a valid Webhook or is invalid.