# DELETE /v4/auth/revoke

_Merkl API_

Revoke the current user's JWT token and clear the session cookie.

### Cookie parameters

- `jwt` (string)

## Example request

```bash
curl -X DELETE "https://api.merkl.xyz//v4/auth/revoke" \
  -H "x-api-key: YOUR_API_KEY"
```