Forms
Delete
Soft deletes the form, which takes the public version offline, while tickets and list entries already collected through it are kept. Requires EDIT permission on the form through its group_access, and a caller without it gets a not-found response.
DELETE
/api/{tenant:minlength(2)}/v{version:apiVersion}/forms/{id}
Request arguments
| Name | Type | Source |
|---|---|---|
| id | Int32 |
Request body example
Response
Response body example
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37