POST
/
invoice
/
delete-quote
curl --request POST \
  --url https://vpn.bserv.dev/api/v1/invoice/delete-quote \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'token: <api-key>' \
  --data invoice_id=5
{
  "success": false,
  "errors": "Quote ID: 5 not found."
}

Authorizations

token
string
header
required

Body

application/x-www-form-urlencoded

Response

400 - application/json

Bad Request

The response is of type object.