Delete Accounts
Request
Deletes all data of the specified accounts.
POST /insights/v1/storage/accounts/delete HTTP/1.1
Content-Type: application/json; charset=utf-8
Authorization: Token <Token>
Host: <Host>
{
"insights_consumer_id": String,
"insights_account_ids": Array<String>
}
insights_consumer_id String, always present
The identifier of the consumer whose accounts should be deleted.
Response
The call will return an empty body response:
{}