Delete User

Only Administrators and Account Owners can delete users. User making the request can’t delete themselves.

Request

Copy
DELETE /v2/users/4 HTTP/1.1
Authorization: Bearer oauth_token

Path Parameters

/v2/users/{userId}

Response

Copy
HTTP/1.1 204 No Content