cURL
curl --request DELETE \ --url https://{tenant}/api/hooks/{hookId} \ --header 'Authorization: Bearer <token>'
{ "Message": "Webhook deleted", "Meta": null, "Status": "OK" }
Delete webhook with ID.
The Tyk Dashboard API Access Credentials
ID of the webhook to delete.
Deleted successfully.
Was this page helpful?