/users/:userId

Permanently delete a specific user account by its identifier. The users.write scope is required.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

identifier of the user to delete.

Responses
200

User deleted successfully.

400

Error thrown when the userId is not a valid identifier, or the user could not be deleted.

403

Missing or invalid API credentials / insufficient scope.

404

Error thrown when the specified user is not found.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!