> ## 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.

# PFAccountManagementRemoveContactEmailRequest

> PFAccountManagementRemoveContactEmailRequest data model. This API removes an existing contact email from the player's profile.

PFAccountManagementRemoveContactEmailRequest data model. This API removes an existing contact email from the player's profile.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementRemoveContactEmailRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
} PFAccountManagementRemoveContactEmailRequest;  
```

### Members

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

(Optional) The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).

**`customTagsCount`**   uint32\_t

Count of customTags

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

[PFAccountManagementTypes members](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementClientRemoveContactEmailAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientremovecontactemailasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementAddOrUpdateContactEmailRequest](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementaddorupdatecontactemailrequest.md)
- [PFAccountManagementClientAddOrUpdateContactEmailAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientaddorupdatecontactemailasync.md)
- [PFAccountManagementSendEmailFromTemplateRequest](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementsendemailfromtemplaterequest.md)
