Delete a Thread
DELETE/chat-svc/thread/:threadId
Delete a specific chat thread by its ID
Request
Path Parameters
threadId stringrequired
Thread ID
Responses
- 200
- 400
- 401
- 500
Thread 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...