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
Was this page helpful?