API ReferenceNew CentralGuidesMRT APIConfiguration API
GithubAirheads Developer Community
API Reference

Revoke user certificates

This API revokes one or more certificates based on certificate details or a UPN (User Principal Name).
If certificate details are provided, each certificate must include the issuer, serial number, and subject,
and only the specified certificates will be revoked. Alternatively, if a UPN is provided, all certificates
associated with that UPN will be revoked.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The input object containing either the certificate details or UPN. Provide either the list of certificate details (e.g., issuer: "CN=RootCA", serial: "1234567890ABCDEF", subject: "CN=[email protected]") to revoke specific certificates or the UPN (e.g., "[email protected]") to revoke all certificates associated with that UPN. Only one of these should be provided per request.

input
object
required
Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json