DELETE api/matrix/{id}

Soft-deletes a metadata matrix by marking it as deleted and logs the deletion.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The unique identifier of the matrix to delete.

integer

Required

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK indicating the matrix was successfully marked as deleted. On failure: HTTP 400 Bad Request with a message indicating the error.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/scim+json

Sample:

Sample not available.