Skip to main content
DELETE
/
invoice
Delete Invoice
curl --request DELETE \
  --url https://api.dev.uselevers.com/api-service/v1/invoice \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorization

All endpoints require Bearer token authentication.
HeaderTypeRequiredDescription
AuthorizationstringYesBearer authentication header of the form Bearer <token>

Getting Your API Key

See the Quickstart guide for instructions on obtaining your API credentials.

Query Parameters

ParameterTypeRequiredDescription
uuidarray of UUIDYesList of invoice UUIDs to delete

Authorizations

Authorization
string
header
required

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

Query Parameters

uuid
(string<uuid> | string)[]
required

Response

Successful Response