assets.dev docs

/webhooks/:id

/api/v1/webhooks/{id} - DELETE

DELETE/api/v1/webhooks/{id}

Path Parameters

id*string
Formatuuid

Response Body

application/json

curl -X DELETE "https://example.com/api/v1/webhooks/4a01a492-f21b-4cad-9836-910ec06f6e26"
Empty
{  "error": {    "code": "string",    "message": "string",    "details": null  }}