Skip to content
Esc
navigateopen⌘Jpreview

Delete a webhook endpoint

Removes the endpoint and its delivery history.

DELETE/webhooks/{id}
Path parameters
idstringrequired
Responses
200OK
idstringrequired
401401
One of:
object
definedanyrequired
codeanyrequired
statusanyrequired
messagestringrequired
default: "Authentication required. Pass an organization API key in the `x-api-key` header."
dataany
object
definedanyrequired
codestringrequired
statusnumberrequired
messagestringrequired
dataany
404404
One of:
object
definedanyrequired
codeanyrequired
statusanyrequired
messagestringrequired
default: "No webhook endpoint with that id in this organization."
dataany
object
definedanyrequired
codestringrequired
statusnumberrequired
messagestringrequired
dataany
429429
One of:
object
definedanyrequired
codeanyrequired
statusanyrequired
messagestringrequired
default: "The organization's API request limit for this period has been reached."
dataany
object
definedanyrequired
codeanyrequired
statusanyrequired
messagestringrequired
default: "Too many requests. Try again shortly."
dataany
object
definedanyrequired
codestringrequired
statusnumberrequired
messagestringrequired
dataany
Request
curl -X DELETE "https://stetcms.com/api/v1/webhooks/string"
Response
{
  "id": "string"
}