Revokes an active access request, ending the user’s access early. The request must be provisioned and not yet concluded.
cURL
curl --request POST \ --url https://public.api.serval.com/v2/access-requests/{id}/revoke \ --header 'Authorization: Bearer <token>'
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the access request to revoke.
Success
The response is of type RevokeAccessRequestResponse · object.
RevokeAccessRequestResponse · object
Was this page helpful?