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