---
title: "Remove organization application"
method: DELETE
path: "/api/organizations/{id}/applications/{applicationId}"
tags: ["Organizations"]
---

# Remove organization application

`DELETE /api/organizations/{id}/applications/{applicationId}`

Remove an application from the organization.

## Path parameters

- `id` string, required
- `applicationId` string, required

## Response `204`

The application was removed from the organization successfully.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Content

---

[API](https://skmtc.net/logto/apis/logto-api-references.md) · [All operations](https://skmtc.net/logto/apis/logto-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/logto/logto-api-references/versions/a163dc77d842/schema)
