cURL
curl --request DELETE \ --url https://{tenant}/api/certs/{certId} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "status": "<string>" }
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?