v1

latestOpenAPI 3.0.12026-07-177949123.5 KB
v1/endentity

Revokes all end entity certificates

Revokes all certificates associated with given end entity name with specified reason code (see RFC 5280 Section 5.3.1), and optionally deletes the end entity

put/v1/endentity/{endentity_name}/revoke

Path parameters

endentity_namestring required

Name of the end entity

Request body

reason_codeinteger

Reason code

deletefalse

Delete

Example request

{
  "reason_code": 2,
  "delete": true
}

Response

Successful operation