cURL
curl --request DELETE \ --url http://localhost:3001/portal-api/apps/{app_id}/access-requests/{access-request_id}/credentials/{credential_id} \ --header 'Authorization: <api-key>'
{ "status": "ok" }
This endpoint deletes credentials for an access request and removes an API key from the gateway or an OAuth2.0 client from the Identity Provider
Was this page helpful?