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