Skip to content

Commit cd326e3

Browse files
committed
feat: delete a post
1 parent ce0559e commit cd326e3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pages/public-api.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,20 @@ Response:
159159
"id": "e639003b-f727-4a1e-87bd-74a2c48ae41e"
160160
}
161161
```
162+
163+
---
164+
165+
<br />
166+
### Delete a post
167+
168+
```http
169+
DELETE https://api.postiz.com/public/v1/posts/:id
170+
```
171+
172+
Response:
173+
174+
```json
175+
{
176+
"id": "e639003b-f727-4a1e-87bd-74a2c48ae41e"
177+
}
178+
```

0 commit comments

Comments
 (0)