# Unsubscribing user from the Service

### Unsubscribing user from the Service <a href="#unsubscribing_user_from_the_service" id="unsubscribing_user_from_the_service"></a>

Unsubscription works the same way the Subscription request does except the URL endpoint is slightly different.

For un-subscribing a **MTN Customer** request:

```http
GET: https://content.mobivate.com/lookup/unsubscribe/mtnng/?userid={USERID}&keyword={PRODUCT_ID}
```

For un-subscribing a **Etisalat** Customer request:

```http
GET: https://content.mobivate.com/lookup/unsubscribe/etisalatng/?userid={USERID}&keyword={PRODUCT_ID}
```

### **Error codes**

| Code | Description                                      |
| ---- | ------------------------------------------------ |
| 202  | Request has been accepted                        |
| 400  | Execution Error: …                               |
| 409  | Network Generated Error (custom message follows) |
| 417  | Invalid response received                        |
| 501  | Unknown network                                  |
| 600  | Missing UserID or Keyword parameters             |
| 601  | Request failed for unknown reason                |


---

# 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://wiki.mobivate.com/mno-web-opt-in/mno-web-opt-in-nigeria/unsubscribing-user-from-the-service.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.
