ListValuesControllerDeactivateValue Method |
[This is preliminary documentation and is subject to change.]
Deactivates a list value by guid in the database.
Namespace: WebServiceKit.ControllersAssembly: WebServiceKit (in WebServiceKit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IHttpActionResult DeactivateValue(
Guid guid
)
Public Function DeactivateValue (
guid As Guid
) As IHttpActionResult
public:
IHttpActionResult^ DeactivateValue(
Guid guid
)
member DeactivateValue :
guid : Guid -> IHttpActionResult
Parameters
- guid
- Type: SystemGuid
Target list value guid.
Return Value
Type:
IHttpActionResult200 OK if the list value guid is found, otherwise 404.
RemarksCall requires a valid login token.
HTTP Method: DELETE
[Route("api/listtypes/values/{guid}")]
See Also