Remove members from group

Removes specific customers from the group.

Authentication

AuthorizationBearer
API Key authentication using Bearer token

Path parameters

idstringRequiredformat: "uuid"

Request

Body
customerIdslist of stringsRequired
External customer IDs.

Response

200
removedinteger
skippedinteger
skippedIdslist of strings

Errors

400
Bad Request Error
404
Not Found Error
500
Internal Server Error