Permanently deletes the specified webhook using its ID and token for authentication. This action cannot be undone. Returns a 204 status code on successful deletion.
curl --request DELETE \
--url https://api.fluxer.app/v1/webhooks/{webhook_id}/{token}{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}curl --request DELETE \
--url https://api.fluxer.app/v1/webhooks/{webhook_id}/{token}{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}