cURL
curl --request DELETE \ --url http://localhost:3001/portal-api/apps/{app_id}/access-requests/{access-request_id} \ --header 'Authorization: <api-key>'
{ "status": "ok" }
This endpoint deletes an access request. If this access request was approved and has any credenitals attached to it then all of them will be removed and revoked in a gateway on an identity provider
Was this page helpful?