DELETE /api/v3/account/{accountId}

Deletes an account. Currently NO confirmation is required

DeleteAccountV3 Permissions: Accounts (Delete)

Request Headers

Header Value Required Description
ECI-ApiKey string Yes Your API key. See Authentication.
Content-Type application/json Yes All requests must specify JSON content type.

Path Parameters

Name Description Type Required
accountId The identifier for the account being deleted integer (int32) Required

Query Parameters

Name Description Type Required
deleteBills Should this cascade to delete any bills associated with this meter boolean Optional

Responses

204 No Content The request succeeded. No content is returned in the response body.