User Endpoints
Delete User
Delete user with user id
DELETE
/
users
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requireduser id
Response
200 - application/json
user
object