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