---
title: "Delete a shared PDF"
method: DELETE
path: "/v3/pdf/share"
tags: ["PDF Export"]
---

# Delete a shared PDF

`DELETE /v3/pdf/share`

Deletes the exported PDF behind a share URL, which is what revokes the link. The URL must belong to the caller's team.

## Request body

- object
  - `url` string, required — The share URL returned by an export.

## Response `200`

Default Response

- object
  - `success` boolean

## Other responses

- `400` — Default Response
- `403` — Default Response

## Changes

- **2026-08-26** `c44f51a92d95` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/pdf/share/delete.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/revisions/6add26eeb5ca/schema)
