> For the complete documentation index, see [llms.txt](https://docs.mburger.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mburger.cloud/api-docs-1/integrations-extensions/users/logout.md).

# Logout

{% hint style="info" %}
How to log out a user using the **mobile** provider
{% endhint %}

{% tabs %}
{% tab title="Request" %}
`POST https://mburger.cloud/api/logout`

```bash
curl https://mburger.cloud/api/logout
 -X POST 
 -H "Accept: application/json" 
 -H "Content-Type: application/x-www-form-urlencoded" 
 -H "X-MBurger-Token: " 
 -H "X-MBurger-Version: 3"
```

#### Parameters

This API has no parameters.
{% endtab %}

{% tab title="Response" %}
When successful, a HTTP 200 and JSON like this is returned:

```bash
{
  "status_code": 0
}
```

{% endtab %}
{% endtabs %}
