Deletes a user group.
project_id required | string <uuid> Login project ID from Publisher Account. |
group_id required | integer Group ID. Call the Get groups method to get it. |
OK
Unauthorized
Forbidden
Not Found
Unprocessable Entity
curl --request DELETE \ --url https://login.xsolla.com/api/projects/{project_id}/user_groups/{group_id} \ --header 'X-SERVER-AUTHORIZATION: YOUR_SERVER_TOKEN'
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}