Remove a form instance from a task
Deletes the instance from the task. Use formInstanceId from GET /tasks/{identifier}/form-instances. To attach again later, pick a template id from GET /workspace/form-templates.
DELETE
/tasks/{identifier}/form-instances/{formInstanceId}Authorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:writeor
AuthorizationBearer token (JWT) · headerrequiredPath parameters
identifierstringrequiredTask UUID or shortNumber
formInstanceIdstring<uuid>requiredForm instance UUID from GET /tasks/{identifier}/form-instances.
Responses
200
401
Unauthorized - Invalid or missing authentication token
403
Forbidden - Insufficient API scopes or permissions