LDS Stake Portal
User Management

Delete User

DELETE
/users/{user_id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

user_id*User Id

Response Body

application/json

application/json

curl -X DELETE "https://example.com/users/0"
null
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}