delete https://example.com/role-store/api/v1/roles/
Delete role by ID.
Log in to see full request history
Responses
200Role Successfully deleted
Delete role by ID.
200Role Successfully deleted
xxxxxxxxxx
curl --request DELETE \
--url https://example.com/role-store/api/v1/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!