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

# PFEventPipelineRemoveUploadingEntity

> Remove an entity from an existing pipeline. If a valid Telemetry Key Configuration was added at pipeline creation it will switch to it.

Remove an entity from an existing pipeline. If a valid Telemetry Key Configuration was added at pipeline creation it will switch to it.

## Syntax

```cpp theme={null}
HRESULT PFEventPipelineRemoveUploadingEntity(  
    PFEventPipelineHandle eventPipelineHandle  
)  
```

### Parameters

**`eventPipelineHandle`**   PFEventPipelineHandle

The existing EventPipeline handle to remove the uploading entity.

### Return value

Type: HRESULT

Result code for this API operation. Possible values are S\_OK, E\_PF\_NOT\_INITIALIZED, or E\_FAIL.

## Requirements

**Header:** PFEventPipeline.h

## See also

[PFEventPipeline members](/services/playfab/api-references/c/pfeventpipeline/pfeventpipeline_members)


## Related topics

- [PlayFab Services SDK - Event Pipeline](/services/playfab/sdks/c/event-pipeline/eventpipeline.md)
- [Services C API overview - PFEventPipeline.h](/services/playfab/api-references/c/pfeventpipeline/pfeventpipeline_members.md)
- [PFEventPipelineAddUploadingEntity](/services/playfab/api-references/c/pfeventpipeline/functions/pfeventpipelineadduploadingentity.md)
- [Event Pipeline Tutorial](/services/playfab/sdks/c/event-pipeline/eventpipeline-tutorial.md)
- [PFEventPipelineUpdateConfiguration](/services/playfab/api-references/c/pfeventpipeline/functions/pfeventpipelineupdateconfiguration.md)
