Skip to main content
DELETE
/
request
/
{requestCode}
Exclui o orçamento/pedido
curl --request DELETE \
  --url https://backend-pied-prod.piedadmin.com.br/api/v1/request/{requestCode} \
  --header 'Authorization: Bearer <token>'
{
  "removed": true
}
API v1 - Este endpoint está disponível apenas na v1

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

requestCode
string
required

Determina o código do orçamento/pedido a ser excluído

Response

OK

removed
boolean
Example:

true