delete https://example.com/role-store/api/v1/roles//principalkeys/
Delete a role's principal key object.
Log in to see full request history
Responses
200Successful response
Delete a role's principal key object.
200Successful response
xxxxxxxxxx
curl --request DELETE \
--url https://example.com/role-store/api/v1/roles/role_id/principalkeys/key_id \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json'
Try It!
to start a request and see the response here!