cURL
curl --request DELETE \ --url http://localhost:3001/portal-api/access_requests/{access_request_id} \ --header 'Authorization: <api-key>'
{ "status": "ok" }
This endpoint deletes an access request. If an access request is approved, its credentials will be revoked and removed from a gateway or an identity provider
UID of this access request
1
OK
Status of the operation
"ok"
Was this page helpful?