cURL
curl --request DELETE \ --url https://{tenant}/api/apis/{apiId} \ --header 'Authorization: Bearer <token>'
{ "ID": "<string>", "Message": "<string>", "Meta": "<unknown>", "Status": "<string>" }
Delete an API by ID
The Tyk Dashboard API Access Credentials
ID of API to delete. Can either be internal or public API ID.
OK
Was this page helpful?