/
PR
prismer-ai
/
Prismer IM Server API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
prismer-ai
Prismer IM Server API
delete
删除消息
v4
OpenAPI 3.1.0
raw.githubusercontent.com
2026-04-26
0
0
56.0 KB
Messages
删除消息
只能删除自己发送的消息
delete
/messages/{conversationId}/{messageId}
Path parameters
conversationId
string
required
messageId
string
required
Response
删除成功
SuccessResponse
required
ok
boolean
data
object
Example response
{ "ok": true }