delete https://example.com/authorizer/api/v1/accessgroups//cas/
Revoke CA key
Log in to see full request history
Responses
200Successful request
Revoke CA key
200Successful request
xxxxxxxxxx
curl --request DELETE \
--url https://example.com/authorizer/api/v1/accessgroups/id/cas/ca_id \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json'
Try It!
to start a request and see the response here!