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