DELETE api/matrix/{id}
Soft-deletes a metadata matrix by marking it as deleted and logs the deletion.
Request Information
URI Parameters
| Name | Description | Type | Additional 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.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/scim+json
Sample:
Sample not available.