Cancel Access Request
POST {{baseUrl}}/access-requests/cancel
This API endpoint cancels a pending access request. An access request can be cancelled only if it has not passed the approval step. Any token with ORG_ADMIN authority or token of the user who originally requested the access request is required to cancel it.
Request Body
{"accountActivityId"=>"2c91808568c529c60168cca6f90c1313", "comment"=>"I requested this role by mistake."}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string |