# Delete

Launch stage: Public Preview

`DELETE /api/2.0/database/synced_tables/{name}`

Delete a Synced Database Table.

API scopes: postgres

## Path parameters

- `name` (string, optional)

## Query parameters

- `purge_data` (boolean, optional)
  Optional. When set to true, the actual PostgreSQL table will be dropped from the database.

## Response

```json
{}
```

