# Delete a post

```http
DELETE https://api.synup.com/api/v4/posts/{postId}
```

Source: https://developer.synup.com/api/posts/delete-a-post

## Path parameters

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `postId` | string | required |  |

## Example request

```bash
curl -X DELETE 'https://api.synup.com/api/v4/posts/:postId' \
  -H 'Authorization: API YOUR_API_KEY' \
  -H 'Content-Type: application/json'
```

## Responses

| Status | Description |
| --- | --- |
| `200` |  |
