DELETE api/clearMatrixValues?matrixId={matrixId}

Clears all matrix-related values for a specified matrix ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
matrixId

The unique identifier of the matrix whose values are to be cleared.

integer

Required

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK with a dataset confirming deletion. On failure: HTTP 400 Bad Request with a generic error message.

DataRowResponse
NameDescriptionTypeAdditional information
dataInfo

DataSet

None.

Response Formats

application/json, text/json

Sample:
{}

application/scim+json

Sample:
{
  "dataInfo": null
}