---
title: "Update status for existing forms"
method: POST
path: "/v1/org/{orgId}/form/status"
tags: ["form"]
---

# Update status for existing forms

`POST /v1/org/{orgId}/form/status`

## Path parameters

- `orgId` string, required

## Request body

- FormStatusUpdateRequest
  - `updateStatus` 'ACTIVE' | 'INACTIVE' | 'ARCHIVED', required — New status to update
  - `formIds` string[], required — Form ids

## Response `200`

form status updated

## Other responses

- `400` — invalid data
- `401` — not authorized
- `403` — permission denied
- `404` — not found

---

[API](https://skmtc.dev/charthop/apis/charthop-api.md) · [All operations](https://skmtc.dev/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/charthop/charthop-api/revisions/4685d95a20b1/schema)
