DELETE
/
api
/
certs
/
{certId}
Delete Certificate.
curl --request DELETE \
  --url https://{tenant}/api/certs/{certId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "message",
  "status": "status"
}

Authorizations

Authorization
string
header
required

The Tyk Dashboard API Access Credentials

Path Parameters

certId
string
required

ID of the certificate you want to delete.

Response

Certs deleted.

message
string
status
string