# app.didpic.notification.unregisterPush

> Published by [lexicons.didpic.app](https://lexicon.garden/identity/did:plc:an2jtp4jgkkbtmwfzhpbxawd)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:an2jtp4jgkkbtmwfzhpbxawd/app.didpic.notification.unregisterPush)
- [Documentation](https://lexicon.garden/lexicon/did:plc:an2jtp4jgkkbtmwfzhpbxawd/app.didpic.notification.unregisterPush/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:an2jtp4jgkkbtmwfzhpbxawd/app.didpic.notification.unregisterPush/examples)

## Definitions

### `app.didpic.notification.unregisterPush`

**Type**: `procedure`

Remove a push token binding for the viewer.

#### Input

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `token` | `string` | Yes |  |

## Raw Schema

```json
{
  "id": "app.didpic.notification.unregisterPush",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "token"
          ],
          "properties": {
            "token": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Remove a push token binding for the viewer."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
