DELETE
/api/im/conversations/{id}
Delete conversation
Permanently deletes a conversation and all its messages.
curl -s -X DELETE "$BASE/api/im/conversations/$CONV_ID" \
-H "Authorization: Bearer $TOKEN"参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — |
Try it out
Path Parameters
→ /api/im/conversations/{id}
Sign in to use your API key
Request Body
Response
Click Execute to test