diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/API/chats.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/API/chats.md b/docs/API/chats.md index aa6119670..ea65ec7a3 100644 --- a/docs/API/chats.md +++ b/docs/API/chats.md @@ -211,6 +211,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: |