DELETE api/Nazione

Request Information

URI Parameters

None.

Body Parameters

Nazione
NameDescriptionTypeAdditional information
id

integer

None.

task

byte

None.

id_nazione

integer

None.

nome

string

None.

attivo

boolean

None.

codice

string

None.

processed

byte

None.

issue_time

date

None.

azione

byte

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "task": 64,
  "id_nazione": 3,
  "nome": "sample string 4",
  "attivo": true,
  "codice": "sample string 6",
  "processed": 64,
  "issue_time": "2026-07-06T15:42:29.0251942+02:00",
  "azione": 64
}

application/xml, text/xml

Sample:
<Nazione xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchemaAZU">
  <attivo>true</attivo>
  <azione>64</azione>
  <codice>sample string 6</codice>
  <id>1</id>
  <id_nazione>3</id_nazione>
  <issue_time>2026-07-06T15:42:29.0251942+02:00</issue_time>
  <nome>sample string 4</nome>
  <processed>64</processed>
  <task>64</task>
</Nazione>

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.