cURL
curl --request DELETE \ --url https://{tenant}/api/certs/{certId} \ --header 'Authorization: Bearer <token>'
{ "message": "message", "status": "status" }
Delete certificate by their ID.
The Tyk Dashboard API Access Credentials
ID of the certificate you want to delete.
Certs deleted.
Was this page helpful?