Appearance
Remove Form Instance
Soft remove a form instance. Requires ADMIN, MANAGE_OBJECTS, or MANAGE_TO_DO permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
instanceId* | string | The unique identifier of the form instance to remove |
Return Value
json
{
"statusCode": 201,
"data": null,
"message": "Form instance removed"
}Examples
bash
curl -X DELETE "https://app.wombat.software/api/{targetPath}/form/:instanceId" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..."ENDPOINTS
delete
/api/{targetPath}/form/:instanceId