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