Saltar para o conteúdo principal
DELETE
/
v1
/
products
/
{id}
Deletar produto
curl --request DELETE \
  --url https://api.vendaze.com/v1/products/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "not_found",
    "message": "Resource not found.",
    "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.vendaze.com/llms.txt

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

Autorizações

Authorization
string
header
obrigatório

OAuth 2.1 access token.

Parâmetros de caminho

id
string<uuid>
obrigatório

UUID of the resource.

Resposta

Produto deletado com sucesso.