feature: Implement user deletion.

This commit is contained in:
greysoh 2024-04-21 18:14:16 -04:00
parent 37886c769d
commit 0db9e69b1b
No known key found for this signature in database
GPG key ID: FE0F173B8FC01571
7 changed files with 95 additions and 23 deletions

View file

@ -0,0 +1,18 @@
meta {
name: Remove User
type: http
seq: 6
}
post {
url: http://127.0.0.1:3000/api/v1/users/remove
body: json
auth: inherit
}
body:json {
{
"token": "5e2cb92a338a832d385790861312eb85d69f46f82317bfa984ac5e3517368ab5a827897b0f9775a9181b02fa3b9cffed7e59e5b3111d5bdc37f729156caf5f",
"uid": "2"
}
}