# Logout

| **API URL**     | {{url}}/auth-service/logout  |
| --------------- | ---------------------------- |
| **Method**      | POST                         |
| **Description** | Logout from the Admin Portal |

#### **Sample Input** <a href="#logout-v2-sampleinput" id="logout-v2-sampleinput"></a>

| **Field Name**         | **Type** | **Mandatory** | **Example**                                                                                                                             |
| ---------------------- | -------- | ------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| Authorization (Header) | String   | Yes           | Bearer 1ba363a1edf54402b51f58060aa52b11d30f99a490295adec900fdabf2b472181c0bfb165be18f4f5c430c7218a244bd29b9300d3471acc08197ccfb996118f6 |
| client(Header)         | String   | Yes           | web                                                                                                                                     |

#### **Output** <a href="#logout-v2-output" id="logout-v2-output"></a>

```
    ResponseCode": 200
```
