pub async fn delete_player(
configuration: &Configuration,
app_id: &str,
player_id: &str,
) -> Result<DeletePlayerSuccessResponse, Error<DeletePlayerError>>
Expand description
Delete player - Required: Used to delete a single, specific Player ID record from a specific OneSignal app.