aboutsummaryrefslogtreecommitdiff
path: root/docs/development/API/chats.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/development/API/chats.md')
-rw-r--r--docs/development/API/chats.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/development/API/chats.md b/docs/development/API/chats.md
index f50144c86..2d488f610 100644
--- a/docs/development/API/chats.md
+++ b/docs/development/API/chats.md
@@ -218,6 +218,14 @@ Returned data:
}
```
+### Deleting a chat
+
+Deleting a chat works like this:
+
+`DELETE /api/v1/pleroma/chats/:chat_id`
+
+Returned data is the deleted chat.
+
### Deleting a chat message
Deleting a chat message for given Chat id works like this: