cURL
curl --request DELETE \ --url http://localhost:3001/portal-api/apps/{app_id} \ --header 'Authorization: <api-key>'
{ "status": "ok" }
Delete an application. The application, all its access requests and credentials will be removed. Also, it will trigger removal of all credentials that belong to this application from a gateway and/or Identity Provider
UID of this application
1
OK
Status of the operation
"ok"
Was this page helpful?