Deletes user groups.
user_id required | string <uuid> User ID. You can find it in Publisher Account > Login settings > Users > Username/ID. |
project_id required | string <uuid> Login project ID from Publisher Account. |
OK
Bad Request
Unauthorized
Not Found
Unprocessable Entity
{- "user_groups": [
- 1,
- 2,
- 3
]
}
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}