Click or drag to resize
ListTypesControllerDeactivateGroup Method

[This is preliminary documentation and is subject to change.]

Deactivates a list type group by guid in the database.

Namespace: WebServiceKit.Controllers
Assembly: WebServiceKit (in WebServiceKit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IHttpActionResult DeactivateGroup(
	Guid guid
)

Parameters

guid
Type: SystemGuid
Target list type group guid.

Return Value

Type: IHttpActionResult
200 OK if the list type group guid is found, otherwise 404.
Remarks
Call requires a valid login token. HTTP Method: DELETE
[Route("api/listtypes/groups/{guid}")]
See Also