> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFPlayerDataManagementDeletedPropertyDetails

> PFPlayerDataManagementDeletedPropertyDetails data model.

PFPlayerDataManagementDeletedPropertyDetails data model.

## Syntax

```cpp theme={null}
typedef struct PFPlayerDataManagementDeletedPropertyDetails {  
    const char* name;  
    bool wasDeleted;  
} PFPlayerDataManagementDeletedPropertyDetails;  
```

### Members

**`name`**   const char\*<br />*is null-terminated*

(Optional) The name of the property which was requested to be deleted.

**`wasDeleted`**   bool

Indicates whether or not the property was deleted. If false, no property with that name existed.

## Requirements

**Header:** PFPlayerDataManagementTypes.h

## See also

[PFPlayerDataManagementTypes members](/services/playfab/api-references/c/pfplayerdatamanagementtypes/pfplayerdatamanagementtypes_members)
