Skip to main content
DELETE
/
listings
/
{id}
/
product
cURL
curl --request DELETE \
  --url https://api.example.com/listings/{id}/product
{
  "id": "e4b6d4e8-8e6d-41da-abdb-8fc358a9e7f1",
  "productId": null,
  "title": "Celular Smartphone Top de Linha"
}

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 retido do anúncio (Listing).

Response

{
  "id": "e4b6d4e8-8e6d-41da-abdb-8fc358a9e7f1",
  "productId": null,
  "title": "Celular Smartphone Top de Linha"
}

Path Parameters

id
string
required

Response

200 - undefined