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"

参数

FieldTypeReqDefaultDescription
slugstringY

Try it out

Path Parameters
/api/im/community/boards/{slug}
Sign in to use your API key
Request Body
Response
Click Execute to test