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"
}

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