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

# XblMultiplayerSessionDeleteCustomPropertyJson

> XblMultiplayerSessionDeleteCustomPropertyJson

# XblMultiplayerSessionDeleteCustomPropertyJson

Deletes a session custom property.

## Syntax

```cpp theme={null}
HRESULT XblMultiplayerSessionDeleteCustomPropertyJson(  
         XblMultiplayerSessionHandle handle,  
         const char* name  
)  
```

### Parameters

*handle*   \_In\_\
Type: [XblMultiplayerSessionHandle](/reference/live/xsapi-c/multiplayer_c/handles/xblmultiplayersessionhandle)

Handle to the multiplayer session.

*name*   \_In\_z\_\
Type: char\*

The name of the property to delete.

### Return value

Type: HRESULT

HRESULT return code for this API operation.

## Requirements

**Header:** multiplayer\_c.h

**Library:** Microsoft.Xbox.Services.14x.GDK.C.lib

## See also

[multiplayer\_c](/reference/live/xsapi-c/multiplayer_c/multiplayer_c_members)
