# Matchstop

When a client wants to stop receiving match updates, they can unsubscribe by sending a matchstop request.

**XML example**

```xml
<matchstop matchid="944423"/>
```

**XML example - multiple matches**

```xml
<matchunsubscription>
    <match matchid="1101335"/>
    <match matchid="1062714"/>
</matchunsubscription>

```

***XML attributes definition***

| Element   | Attributes | Description                                  | Possible values |
| --------- | ---------- | -------------------------------------------- | --------------- |
| matchstop | *matchid*  | The match the user wants to unsubscribe from | Integer         |

**Matchstop reply**\
After the client was unsubscribed successfully, a confirmation will be sent out.

XML example

```xml
<matchstop matchid="944423" reason="User unsubscribed to match"/>
```

***XML attributes definition***

| Element   | Attributes | Description                                   | Possible values |
| --------- | ---------- | --------------------------------------------- | --------------- |
| matchstop | *matchid*  | The match the user wants to unsubscribe from. | Integer         |
|           | *reason*   | Text describing the reason for the matchstop. | String          |

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sportradar.com/live-data/introduction/system-communication/xml-messages-sent-from-the-client-system/matchstop.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
