AppAIGatewayDocs
API referenceAdmin applications

Delete an application and its associated operational data

DELETE
/v1/admin/apps/{app}

Authorization

agw_identity_auth.session_token<token>

The console's session cookie. Admin requests from the console also send x-console-request: 1.

In: cookie

Path Parameters

app*string

Query Parameters

confirm*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/admin/apps/string?confirm=string"
{  "deleted": true,  "app_id": "string",  "removed_users": 0,  "usage_events_retained": true}