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

# DELETE (/users/xuid({xuid})/devices/current/titles/current)

> DELETE (/users/xuid({xuid})/devices/current/titles/current)

# DELETE (/users/xuid({xuid})/devices/current/titles/current)

Remove the presence of a closing title, instead of waiting for the [PresenceRecord](/reference/live/rest/json/json-presencerecord) to expire.
The domain for these URIs is `userpresence.xboxlive.com`.

* [URI parameters](#ID4EZ)
* [Authorization](#ID4EEB)
* [Required Request Headers](#ID4ERD)
* [Optional Request Headers](#ID4EVF)
* [Request body](#ID4EVG)
* [Response body](#ID4EAH)

<a id="ID4EZ" />

## URI parameters

| Parameter | Type                    | Description                             |
| --------- | ----------------------- | --------------------------------------- |
| xuid      | 64-bit unsigned integer | XBOX User ID (XUID) of the target user. |

<a id="ID4EEB" />

## Authorization

\| Type| Required| Description| Response if missing|
\| --- | --- | --- | --- | --- | --- | --- |
\| XUID| Yes| XBOX User ID (XUID) of the caller| 403 Forbidden|
\| titleId| Yes| titleId of the title| 403 Forbidden|
\| deviceId| Yes for all except Windows and Web| deviceId of the caller| 403 Forbidden|
\| deviceType| Yes for all except Web| deviceType of the caller| 403 Forbidden|

<a id="ID4ERD" />

## Required Request Headers

\| Header| Type| Description|
\| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
\| Authorization| string| Authentication credentials for HTTP authentication. Example value: "XBL3.0 x=\<userhash>;\<token>".|
\| x-xbl-contract-version| string| Build name/number of the XBOX LIVE service to which this request should be directed. The request will only be routed to that service after verifying the validity of the header, the claims in the auth token, and so on. Example values: 3, vnext.|
\| Content-Type| string| The mime type of the body of the request Example value: application/json.|
\| Content-Length| string| The length of the request body. Example value: 312.|
\| Host| string| Domain name of the server. Example value: presencebeta.xboxlive.com.|

<a id="ID4EVF" />

## Optional Request Headers

\| Header| Type| Description|
\| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
\| X-RequestedServiceVersion|  | Build name/number of the XBOX LIVE service to which this request should be directed. The request will only be routed to that service after verifying the validity of the header, the claims in the auth token, and so on. Default value: 1.|

<a id="ID4EVG" />

## Request body

No objects are sent in the body of this request.

<a id="ID4EAH" />

## Response body

In case of success, HTTP status code is returned with no response body.

In case of error (HTTP 4xx or 5xx), appropriate error information is returned in the response body.

<a id="ID4ELH" />

## See also

<a id="ID4ENH" />

##### Parent

[/users/xuid({xuid})/devices/current/titles/current](/reference/live/rest/uri/presence/uri-usersxuiddevicescurrenttitlescurrent)


## Related topics

- [Troubleshoot XBOX Services traffic on PC](/build/gdk-and-engines/guides/troubleshoot-xbox-services-traffic.md)
- [Solución de problemas del tráfico de los servicios XBOX en PC](/es/build/gdk-and-engines/guides/troubleshoot-xbox-services-traffic.md)
- [在 PC 上排查 XBOX 服务流量问题](/zh-CN/build/gdk-and-engines/guides/troubleshoot-xbox-services-traffic.md)
- [Displaying people from the People System](/services/xbox-services/community/people-system/concepts/live-pplsys-displaying-people.md)
- [PC에서 XBOX 서비스 트래픽 문제 해결](/ko/build/gdk-and-engines/guides/troubleshoot-xbox-services-traffic.md)
