post https://example.com/workflow-engine/api/v1/requests//role/revoke
Revoke the target user role. Only original approvers of the request can revoke a role this way.
Log in to see full request history
Responses
200Role revoked
Revoke the target user role. Only original approvers of the request can revoke a role this way.
200Role revoked
xxxxxxxxxx
curl --request POST \
--url https://example.com/workflow-engine/api/v1/requests/request_id/role/revoke \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json'
Try It!
to start a request and see the response here!