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

FieldTypeReqDefaultDescription
idstringY

Try it out

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