Skip to main content
DELETE
/
products
/
{id}
Soft delete a product
curl --request DELETE \
  --url https://api.example.com/products/{id}
{
  "id": "cffbca85-da89-4b2a-aecf-31422abcb34a",
  "message": "The product has been successfully deleted." 
}

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
O UUID que receberá a baixa.

Response

A rota responde de maneira simplificada após sucesso, invalidando registros no cache local do tenant.
{
  "id": "cffbca85-da89-4b2a-aecf-31422abcb34a",
  "message": "The product has been successfully deleted." 
}

Path Parameters

id
string
required

Response

The product has been successfully deleted.