User

Delete user

Soft delete on first call; hard delete on a second call for users with UserDeleteDeleted.

DELETE
/api/v2/users/{id}

Authorization

BearerAuthObject
AuthorizationBearer <token>

In: header

Path Parameters

id*integer

Response Body

curl -X DELETE "https://example.com/api/v2/users/0"
Empty
Empty
Empty