DELETE Forms
Deletes the given form.
Request Information
URI Parameters
None.
Body Parameters
The form to delete.
Form| Name | Description | Type | Additional information |
|---|---|---|---|
| FormId | globally unique identifier |
None. |
|
| Asset | Asset |
None. |
|
| FormType | FormType |
None. |
|
| EffectiveDate | date |
None. |
|
| Location | string |
None. |
|
| TaskId | globally unique identifier |
None. |
|
| Values | Collection of FormFieldValue |
None. |
|
| SourceSystemId | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CreateDate | date |
None. |
|
| CreateUser | string |
None. |
|
| LastModifiedDate | date |
None. |
|
| LastModifiedUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FormId": "59dd86b9-64e3-4de8-a82e-4a95052827e0",
"Asset": {
"AssetId": "75aa7604-4d87-4690-a557-ece5ab404c6b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "1c58d7c0-4bea-4171-b911-44b5658ed236",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3fd4f7ca-4406-4419-a5c2-a0ec4026cc8a",
"CreateDate": "2026-07-23T06:42:19.393239-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-23T06:42:19.393239-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "52a3384f-5ef1-4c31-a045-0a147ae4549c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-23T06:42:19.393239-07:00",
"MeasurementValueNeededDate": "2026-07-23T06:42:19.393239-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "61bc796a-43dd-4b2e-9620-1b501b663feb",
"CreateDate": "2026-07-23T06:42:19.393239-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-23T06:42:19.393239-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-07-23T06:42:19.393239-07:00",
"MeasurementValueNeededDate": "2026-07-23T06:42:19.393239-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0c90c523-dd88-4acd-b0e4-3bd041fb67fc",
"CreateDate": "2026-07-23T06:42:19.393239-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-23T06:42:19.393239-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "559d7240-9272-4ec6-849c-3de17c4f5391",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1c58d7c0-4bea-4171-b911-44b5658ed236",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3fd4f7ca-4406-4419-a5c2-a0ec4026cc8a",
"CreateDate": "2026-07-23T06:42:19.393239-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-23T06:42:19.393239-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-23T06:42:19.393239-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "ff84dd50-71f2-4310-8c61-de0fcd6032be",
"Section": {
"FormTypeSectionId": "801596fa-90ae-41e3-a35a-7d399a469044",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "4829e595-350c-45b5-bd6a-e9238fe83184",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "235f7de6-a397-4cf9-8f32-bda5dc8fea06",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "10dfe0dc-b340-4c97-8e12-068d69afff57",
"CreateDate": "2026-07-23T06:42:19.393239-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-23T06:42:19.393239-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "d6fca67c-9c1e-414d-97ff-c103cf64f129",
"FieldId": "2bc780b9-333f-452a-bc2a-3dcb7989823e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "d6fca67c-9c1e-414d-97ff-c103cf64f129",
"FieldId": "2bc780b9-333f-452a-bc2a-3dcb7989823e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
},
{
"FormTypeFieldId": "ff84dd50-71f2-4310-8c61-de0fcd6032be",
"Section": {
"FormTypeSectionId": "801596fa-90ae-41e3-a35a-7d399a469044",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "4829e595-350c-45b5-bd6a-e9238fe83184",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "235f7de6-a397-4cf9-8f32-bda5dc8fea06",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "10dfe0dc-b340-4c97-8e12-068d69afff57",
"CreateDate": "2026-07-23T06:42:19.393239-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-23T06:42:19.393239-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "d6fca67c-9c1e-414d-97ff-c103cf64f129",
"FieldId": "2bc780b9-333f-452a-bc2a-3dcb7989823e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "d6fca67c-9c1e-414d-97ff-c103cf64f129",
"FieldId": "2bc780b9-333f-452a-bc2a-3dcb7989823e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "b1fe1316-2b88-473a-b9ab-ba533be3de77",
"CreateDate": "2026-07-23T06:42:19.393239-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-23T06:42:19.393239-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-07-23T06:42:19.393239-07:00",
"Location": "sample string 1",
"TaskId": "e8679f8d-878b-4f33-a0c0-81f93704da1e",
"Values": [
{
"FormFieldValueId": "69e2f018-7191-419a-9837-168a4c35d4d9",
"FormId": "41bc5003-da63-4284-8640-8ba8025eddd2",
"FormTypeField": {
"FormTypeFieldId": "ff84dd50-71f2-4310-8c61-de0fcd6032be",
"FormType": {
"FormTypeId": "559d7240-9272-4ec6-849c-3de17c4f5391",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1c58d7c0-4bea-4171-b911-44b5658ed236",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3fd4f7ca-4406-4419-a5c2-a0ec4026cc8a",
"CreateDate": "2026-07-23T06:42:19.393239-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-23T06:42:19.393239-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-23T06:42:19.393239-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "b1fe1316-2b88-473a-b9ab-ba533be3de77",
"CreateDate": "2026-07-23T06:42:19.393239-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-23T06:42:19.393239-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "801596fa-90ae-41e3-a35a-7d399a469044",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "4829e595-350c-45b5-bd6a-e9238fe83184",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "235f7de6-a397-4cf9-8f32-bda5dc8fea06",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "10dfe0dc-b340-4c97-8e12-068d69afff57",
"CreateDate": "2026-07-23T06:42:19.393239-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-23T06:42:19.393239-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "d6fca67c-9c1e-414d-97ff-c103cf64f129",
"FieldId": "2bc780b9-333f-452a-bc2a-3dcb7989823e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "d6fca67c-9c1e-414d-97ff-c103cf64f129",
"FieldId": "2bc780b9-333f-452a-bc2a-3dcb7989823e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
},
"SectionIndex": 1,
"FieldIndex": 1,
"FileName": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"FileContent": "QEA=",
"ValueText": "sample string 3",
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6"
},
{
"FormFieldValueId": "69e2f018-7191-419a-9837-168a4c35d4d9",
"FormId": "41bc5003-da63-4284-8640-8ba8025eddd2",
"FormTypeField": {
"FormTypeFieldId": "ff84dd50-71f2-4310-8c61-de0fcd6032be",
"FormType": {
"FormTypeId": "559d7240-9272-4ec6-849c-3de17c4f5391",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1c58d7c0-4bea-4171-b911-44b5658ed236",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3fd4f7ca-4406-4419-a5c2-a0ec4026cc8a",
"CreateDate": "2026-07-23T06:42:19.393239-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-23T06:42:19.393239-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-23T06:42:19.393239-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "b1fe1316-2b88-473a-b9ab-ba533be3de77",
"CreateDate": "2026-07-23T06:42:19.393239-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-23T06:42:19.393239-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "801596fa-90ae-41e3-a35a-7d399a469044",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "4829e595-350c-45b5-bd6a-e9238fe83184",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "235f7de6-a397-4cf9-8f32-bda5dc8fea06",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "10dfe0dc-b340-4c97-8e12-068d69afff57",
"CreateDate": "2026-07-23T06:42:19.393239-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-23T06:42:19.393239-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "d6fca67c-9c1e-414d-97ff-c103cf64f129",
"FieldId": "2bc780b9-333f-452a-bc2a-3dcb7989823e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "d6fca67c-9c1e-414d-97ff-c103cf64f129",
"FieldId": "2bc780b9-333f-452a-bc2a-3dcb7989823e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
},
"SectionIndex": 1,
"FieldIndex": 1,
"FileName": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"FileContent": "QEA=",
"ValueText": "sample string 3",
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6"
}
],
"SourceSystemId": "sample string 2",
"CompanyId": "b544a7a4-de46-4de8-aabc-e1c2a37e2bab",
"CreateDate": "2026-07-23T06:42:19.393239-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-23T06:42:19.393239-07:00",
"LastModifiedUser": "sample string 5"
}
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Object |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {},
"Total": 1,
"Message": "sample string 2"
}