DELETE /DataInput/DataStorageRecord/{id}/

Deletes a data storage record.
 

Request

Method Request URI
DELETE /API/DataInput/DataStorageRecord/{id}/?dataCubeId=value&transformId=value&sessionId=value

URI Parameters

URI Parameter Description
dataCubeId The ID of the data cube which contains the record.
transformId The ID of the transform which contains the record.
sessionId Current session ID.

Path Parameters

Path Parameter Description
id The ID of the record to delete.

Request Body

There is no Request Body for this function.

Response

Response Body

A status code indicating success or the reason for failure.