Delete CRL
- Print
- PDF
Delete CRL
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Delete a CRL applied to a trust anchor.
API
- DELETE /trust-anchors/{trustAnchorId}/crls/{crlId}
Request
Path variables
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
trustAnchorId | Y | string | Trust anchor ID | |
crlId | Y | string | CRL ID |
Response
Body
{
"success": boolean
}
Response fields
Item | Type | Description |
---|---|---|
success | Boolean | Whether deletion was successful |
Was this article helpful?