DELETE
/
v1
/
supplierIntegration
/
accounts
/
{id}
curl --request DELETE \
  --url https://api.voltview.co.uk/v1/supplierIntegration/accounts/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

JWT token obtained from /v1/requestToken endpoint

Path Parameters

id
string
required

Account ID

Response

200
_mintlify/placeholder

Account deleted successfully