Users
Delete User
Deletes a User
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
user_id*string
Response Body
application/json
application/json
curl -X DELETE "https://api.members.dev/v1/users/string"{
"id": "string",
"deleted": true
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}