DELETE
/
api
/
hooks
/
{hookId}
Delete web hook.
curl --request DELETE \
  --url https://{tenant}/api/hooks/{hookId} \
  --header 'Authorization: Bearer <token>'
{
  "Message": "Webhook deleted",
  "Meta": null,
  "Status": "OK"
}

Authorizations

Authorization
string
header
required

The Tyk Dashboard API Access Credentials

Path Parameters

hookId
string
required

ID of the webhook to delete.

Response

Deleted successfully.

ID
string
Message
string
Meta
any
Status
string