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
- 200
- default
A successful response.
An unexpected error response.