DELETE api/TipologiaCFP

Request Information

URI Parameters

None.

Body Parameters

TipologiaCFP
NameDescriptionTypeAdditional information
id

integer

None.

task

byte

None.

id_cfp

integer

None.

tipo_cfp

string

None.

processed

byte

None.

issue_time

date

None.

azione

byte

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "task": 64,
  "id_cfp": 3,
  "tipo_cfp": "sample string 4",
  "processed": 64,
  "issue_time": "2026-07-06T15:42:28.9818479+02:00",
  "azione": 64
}

application/xml, text/xml

Sample:
<TipologiaCFP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchemaAZU">
  <azione>64</azione>
  <id>1</id>
  <id_cfp>3</id_cfp>
  <issue_time>2026-07-06T15:42:28.9818479+02:00</issue_time>
  <processed>64</processed>
  <task>64</task>
  <tipo_cfp>sample string 4</tipo_cfp>
</TipologiaCFP>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.