Delete a webhook and all its delivery history.
curl --request DELETE \
--url https://api.example.com/api/v1/webhooks/{webhook_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response
curl --request DELETE \
--url https://api.example.com/api/v1/webhooks/{webhook_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}