v1

latestOpenAPI 3.0.02026-07-1719430.3 KB
Country

Delete country with ID

delete/api/country/{id}

Path parameters

idinteger required
Example:1

Response

Success

idinteger

Country ID

namestring

Country name

ibge_codestring

IBGE code

created_atstring

Creation date

updated_atstring

Update date

Example response

{
  "id": 1,
  "name": "Brasil",
  "created_at": "2022-01-01 00:00:00",
  "updated_at": "2022-01-01 00:00:00"
}