Skip to main content
DELETE
/
suppliers
/
{id}
Delete a supplier
curl --request DELETE \
  --url https://api.example.com/suppliers/{id}
{
  "message": "Fornecedor deletado com êxito."
}

Documentation Index

Fetch the complete documentation index at: https://docs.domsoftware.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Path

id
string
required
UUID da entidade Fornecedor.

Response

{
  "message": "Fornecedor deletado com êxito."
}

Path Parameters

id
string
required

Response

200 - undefined