Click or drag to resize
ListTypesControllerDeactivate Method

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

Deactivates a list type 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 Deactivate(
	Guid guid
)

Parameters

guid
Type: SystemGuid
Target list type guid.

Return Value

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