X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2FAPI%2Fadmin_api.md;h=60755e40a755053773683483289c1463588fd5b1;hb=da0e4879bcd12849182a39445174384420fcf064;hp=2c8237b57f3bbf1c78964cd437d9171f45fc56b7;hpb=aaa4252f416fbad099f95232de4cf6eab11dd7d2;p=akkoma diff --git a/docs/API/admin_api.md b/docs/API/admin_api.md index 2c8237b57..60755e40a 100644 --- a/docs/API/admin_api.md +++ b/docs/API/admin_api.md @@ -47,7 +47,7 @@ Authentication is required and the user must be an admin. } ``` -## `/api/pleroma/admin/users` +## DEPRECATED `DELETE /api/pleroma/admin/users` ### Remove a user @@ -56,6 +56,15 @@ Authentication is required and the user must be an admin. - `nickname` - Response: User’s nickname +## `DELETE /api/pleroma/admin/users` + +### Remove a user + +- Method `DELETE` +- Params: + - `nicknames` +- Response: Array of user nicknames + ### Create a user - Method: `POST`