POST api/DeactivateClient?groupName={groupName}&clientName={clientName}

Deactivate client in group

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupName

Name of the group where the client is located in

string

Required

clientName

Unique name of the client inside the group ()

string

Required

Body Parameters

None.

Response Information

Resource Description

HTTP status code, that represents the operation result

ActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.