Skip to main content
DELETE
https://api-oms.verolabs.co
/
api
/
v1
/
util
/
groups
/
members
Remove an account from its group
curl --request DELETE \
  --url https://api-oms.verolabs.co/api/v1/util/groups/members \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "account_code": "<string>"
}
'
{
  "status": "<string>",
  "account_code": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Remove group member payload.

RemoveMemberPayload schema.

account_code
string
required

Account code used by administration and mapping records.

Response

200 - application/json

OK

RemovedMemberResponse schema.

status
string

Status value returned by the API.

account_code
string

Account code used by administration and mapping records.