Supprimer une souscription webhook
DELETE/webhooks/:id
Supprimer une souscription webhook
Request
Path Parameters
id integerrequired
Identifiant {@from path}
Responses
- 200
- 404
OK
- application/json
- Schema
- Example (from schema)
Schema
success boolean
message string
{
"success": true,
"message": "Webhook supprimé"
}
Webhook inconnu
Loading...