# uk.skyblur.post.deleteStored

> Published by [skyblur.uk](https://lexicon.garden/identity/did:plc:4sm3vprfyl55ui3yhjd7w4po)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:4sm3vprfyl55ui3yhjd7w4po/uk.skyblur.post.deleteStored)
- [Documentation](https://lexicon.garden/lexicon/did:plc:4sm3vprfyl55ui3yhjd7w4po/uk.skyblur.post.deleteStored/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:4sm3vprfyl55ui3yhjd7w4po/uk.skyblur.post.deleteStored/examples)

## Definitions

### `uk.skyblur.post.deleteStored`

**Type**: `procedure`

Delete stored restricted post content from Skyblur AppView. Auth required.

#### Input

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `uri` | `string` | Yes | AT URI of the post to delete. The URI must include the logged-in user's DID in the format at://did... |

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `success` | `boolean` | No |  |

## Raw Schema

```json
{
  "id": "uk.skyblur.post.deleteStored",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "uri"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "description": "AT URI of the post to delete. The URI must include the logged-in user's DID in the format at://did..."
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "success": {
              "type": "boolean"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Delete stored restricted post content from Skyblur AppView. Auth required."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
