Saltar para o conteúdo principal
DELETE
/
v1
/
deals
/
{id}
Deletar negócio
curl --request DELETE \
  --url https://api.vendaze.com/v1/deals/{id} \
  --header 'Authorization: Bearer <token>'
{}

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 do recurso.

Resposta

Negócio deletado com sucesso.

The response is of type object.