cURL
curl --request DELETE \ --url https://{tenant}/api/portal/policies/{id} \ --header 'Authorization: Bearer <token>'
{ "ID": "<string>", "Message": "<string>", "Meta": "<unknown>", "Status": "<string>" }
Delete a Policy by ID.
The Tyk Dashboard API Access Credentials
ID of policy to delete.
Deleted policy successfully.
Was this page helpful?