DeleteFormSubmission soft-deletes a submission. The row is retained for audit but excluded from List results and ignored by any downstream consumers (e.g. a pipeline run action that referenced this submission will no longer see it).
DELETE/api/v1/crm/form-submissions/:id
Errors:
- NOT_FOUND: submission does not exist (ErrFormSubmissionNotFound).
Request
Responses
- 200
- default
A successful response.
An unexpected error response.