Users
Delete 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"{
"deleted": true,
"id": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}