Skip to main content

ArchiveFormDefinition transitions a form to `archived`. Submissions are rejected from this point forward; historical submissions remain queryable. Idempotent — archiving an already-archived form is a no-op.

POST 

/api/v1/crm/forms/:id/archive

Errors:

  • NOT_FOUND: form does not exist (ErrFormNotFound).

Request

Responses

A successful response.