Work with contactsUsersDelete UserOn this pageDelete User DELETE /users/:user_id/ URL Example https://system_domain/api/v2/users/123/ PATH Parameters ParameterTypeRequiredDescriptionuser_idnumberYesUser ID Response Example{ "errors": [ { "code": "s-204", "title": "No content", "details": "User with id {123} successfully deleted" } ]}