Remove user from group

DELETE/v1/users/group/{uuid}/user/{userUuid}

Path parameters

  • uuidstringRequired#
    Unique identifier of the user group.
  • userUuidstringRequired#
    Unique identifier of the user to remove.

Responses

204User removed from group (no content).
401Unauthorized.Error
404Not found.Error
curl -X DELETE https://your-url.com/kong/core/api/gateway/v1/users/group/{uuid}/user/{userUuid}\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"