Delete a Message
DELETE/chat-svc/message/:messageId
Delete a specific message from a chat thread by its ID
Request
Path Parameters
messageId stringrequired
Message ID
Responses
- 200
- 400
- 401
- 500
Message successfully deleted
- application/json
- Schema
- Example (from schema)
Schema
property name* any
{}
Invalid JSON
- application/json
- Schema
Schema
string
Unauthorized
- application/json
- Schema
Schema
string
Internal Server Error
- application/json
- Schema
Schema
string
Loading...