DELETE api/attributetable/{id}?keyVal={keyVal}
Deletes a row from an attribute table based on the provided table ID and key value.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The ID of the attribute table from which a row should be deleted. |
integer |
Required |
| keyVal |
The key value identifying the row to delete. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with a confirmation message. On failure: HTTP 400 Bad Request with a generic error message.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/scim+json
Sample:
Sample not available.