ZITADEL Docs
APIsCore ResourcesV1Organization Objects

RemoveApp

Remove Application

Deprecated: Use DeleteApplication instead to delete an app.

Remove an application. It is not possible to request tokens for removed apps. Request returns an error if the application is already deactivated.

DELETE
/projects/{project_id}/apps/{app_id}

Path Parameters

project_id*string
app_id*string

Response Body

application/json

application/json

curl -X DELETE "https://loading/projects/string/apps/string"
{
  "details": {
    "sequence": 0,
    "creationDate": "1s",
    "changeDate": "1s",
    "resourceOwner": "string"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?