Referencewebhooks
Delete a webhook endpoint
Soft-deletes — the webhook stops receiving events but the record is retained.
curl -X DELETE "https://loading/v1/webhooks/string"{
"status": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}