---
title: "Replace organization applications"
method: PUT
path: "/api/organizations/{id}/applications"
tags: ["Organizations"]
---

# Replace organization applications

`PUT /api/organizations/{id}/applications`

Replace all applications associated with the organization with the given data.

## Path parameters

- `id` string, required

## Request body

- object
  - `applicationIds` string[], required — An array of application IDs to replace existing applications.

## Response `204`

The applications were replaced successfully.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — The applications could not be replaced. Some of the applications may not exist.

---

[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)
