Athena
WebhooksId

Delete a gateway webhook

DELETE
/admin/webhooks/{id}

Path Parameters

id*integer

Numeric primary key of a gateway_webhook row.

Formatint64

Header Parameters

apikey*string

The static admin key configured as ATHENA_KEY_12. Authorization headers (Bearer <key>), X-API-Key, X-Athena-Key, or ?api_key= are also accepted.

Response Body

application/json

application/json

curl -X DELETE "https://athena-cluster.com/admin/webhooks/0" \  -H "apikey: string"
{
  "status": "success",
  "message": "string",
  "data": {}
}
Empty
{
  "status": "error",
  "message": "string",
  "error": "string"
}