Delete a Webhook
Permanently delete an existing webhook.
DELETE https://api.platica.mx/v1/webhooks/{webhookId} URL parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
webhookId | string | Unique identifier of the webhook | ✓ |
Response
{
"status": "success",
"message": "Webhook eliminado exitosamente"
} Advertencia
This operation is permanent and cannot be undone. The webhook stops receiving notifications immediately.