# Delete share

`DELETE https://api.airtable.com/v0/meta/bases/{baseId}/shares/{shareId}`

**WARNING:** Hard deleted share is NOT recoverable!!!

## Requirements

- **Authentication:** [Personal access token](https://airtable.com/developers/web/api/authentication.md#types-of-token), [OAuth integration](https://airtable.com/developers/web/api/authentication.md#types-of-token)
- **Scope:** [`workspacesAndBases.shares:manage`](https://airtable.com/developers/web/api/scopes.md#workspaces-and-bases-shares-manage)
- **User role:** Base editor
- **Billing plans:** Enterprise (pre-2023.08 legacy plan), Enterprise Scale

## Path parameters

- `baseId: string`

- `shareId: string`

## Response format
