Delete a Webhook

Permanently delete an existing webhook.

DELETE https://api.platica.mx/v1/webhooks/{webhookId}

URL parameters

ParameterTypeDescriptionRequired
webhookIdstringUnique identifier of the webhook

Response

{
  "status": "success",
  "message": "Webhook eliminado exitosamente"
}