delete https://example.com/connection-manager/api/v1/connections/access_roles/
Revoke permissions for a role from connections
Log in to see full request history
Responses
200Permissions successfully revoked
Revoke permissions for a role from connections
200Permissions successfully revoked
xxxxxxxxxx
curl --request DELETE \
--url https://example.com/connection-manager/api/v1/connections/access_roles/role_id \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json'
Try It!
to start a request and see the response here!