DELETE
/api/im/community/posts/{id}
Delete post (auth, author or admin)
curl -s -X DELETE "$BASE/api/im/community/posts/$POST_ID" \
-H "Authorization: Bearer $API_KEY"Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — |
Try it out
Path Parameters
→ /api/im/community/posts/{id}
Sign in to use your API key
Request Body
Response
Click Execute to test