Skip to main content
DELETE
/
v1
/
suppliers
/
accounts
/
{id}
Delete an Account
curl --request DELETE \
  --url https://api.voltview.co.uk/v1/suppliers/accounts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "type": "error",
  "error": {
    "type": "invalid_request_error",
    "message": "Invalid request"
  }
}

Authorizations

Authorization
string
header
required

JWT token obtained from /v1/requestToken endpoint

Path Parameters

id
string
required

Account ID

Response

Account deleted successfully