DELETE api/SubFormMappings/DeleteSubFormMapping/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

SubFormMapping
NameDescriptionTypeAdditional information
ID

integer

None.

FormID

integer

None.

SubFormID

integer

None.

CreatedDate

date

None.

UpdatedDate

date

None.

UpdatedBy

integer

None.

CreatedBy

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "FormID": 1,
  "SubFormID": 1,
  "CreatedDate": "2026-06-30T14:17:16.6719224+01:00",
  "UpdatedDate": "2026-06-30T14:17:16.6719224+01:00",
  "UpdatedBy": 1,
  "CreatedBy": 1
}

text/xml

Sample:
<SubFormMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataModel.Entity">
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2026-06-30T14:17:16.6719224+01:00</CreatedDate>
  <FormID>1</FormID>
  <ID>1</ID>
  <SubFormID>1</SubFormID>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedDate>2026-06-30T14:17:16.6719224+01:00</UpdatedDate>
</SubFormMapping>