- REST API Overview
- Prerequisite
- Operators
- Portals
- Departments
- Articles
- Articles Category
- Canned Response
- Canned Response Category
- Lead Scoring Rule
- postCreate Lead Scoring Rule
- putUpdate Lead Scoring Rule Details
- putEnable/Disable Lead Scoring Rule
- deleteDelete Lead Scoring Rule
- getList Lead Scoring Rules
- getDetails of Lead Scoring Rule
- getFrequency Details of Lead Scoring Rule
- PutUpdate Frequency Details of Lead Scoring Rule
- getLead Scoring Module Fields Criteria
- Visitor Routing
- postAdd Visitor Routing Rule
- getList Visitor Routing Rule
- getVisitor Routing Rule details
- putUpdate Visitor Routing Rule Details
- putEnable/Disable Visitor Routing Rule
- putUpdate Visitor Routing Rule Order
- deleteDelete Visitor Routing Rule
- getVisitor Routing Rule Configurations
- putUpdate Common Visitor Routing Rule
- getVisitor Routing Module Fields Criteria
- Chat Routing
- Blocked IPs
- Chat Monitor
- Zobot
- Apps
- Feedback
- Tracking Preset
- Visitor History View
- Intelligent Trigger Rule
- postCreate Intelligent Trigger Rule
- getList Intelligent Trigger Rules
- getIntelligent Trigger Rule Details
- putUpdate Intelligent Trigger Rule Details
- putEnable/Disable Intelligent Trigger
- putChange Intelligent Trigger Rule Order
- deleteDelete Intelligent Trigger Rule
- getIntelligent Trigger Module Fields Criteria
- Chat
- Calls
- Visitor
- Tags
- Webhooks
- getWebhooks List
- getWebhook Details
- postCreate Webhook
- putUpdate a Webhook
- deleteDelete a Webhook
- postGenerate Public Key
- deleteDelete a Public Key
- postAdd an Event
- deleteRemove Events
- postAdd Apps
- deleteRemove Apps
- getFailed Execution List
- postRetry Failed Execution
- deleteDelete the Failed Executions
- POSTExport Failed Executions
- getWebhook Summary
- getWebhook Execution Summary
- Callbacks
- Encryptions
Remove Departments for an Operator
Description
This API can be used to remove the departments for the specific operator.
Query Parameters:
- ids (Mandatory)- departments IDs (comma separated)
OAuth Scope:
SalesIQ.operators.DELETE
URL:
Copiedhttps://{zohosalesiq_server_uri}/api/v2/{screen name}/operators/{operator id}/departments
Example:
Copiedhttps://salesiq.zoho.com/api/v2/zylker-inc/operators/32308000000003031/departments?ids=123456789,12345678,23456756
Success Response
Copied{
"url": "/api/v2/zylker-inc/operators/6000000006001",
"object": "operator",
"data": {
"date_of_birth": "",
"is_chat_enabled": "true",
"first_name": "Patricia",
"mobile": "",
"nick_name": "Patty",
"wms_id": "SG_5491193_6000000006001",
"state": "Texas",
"email_id": "patricia@zylker.com",
"phone": "",
"status_code": "1",
"pin_code": "",
"status_message": "Available",
"street": "",
"maximum_concurrent_chat": "10",
"is_owner": "false",
"id": "6000000006001",
"is_confirmed": "true",
"country": "us",
"language": "en",
"is_deleted": "false",
"city": "Austin",
"description": "Hi! I'm Patricia. You can ask your queries and they'll be answered in a jiffy!",
"last_name": "Csez",
"created_time": "1524313275944",
"modifed_time": "1524489146311",
"departments": [
"6000000000017",
"6000000006013"
],
"image_url": "/api/v2/siqchatque/downloads/1295947b751413ea0f0eb274d38e5bcf?purpose=operator_image",
"time_zone": "America/Los_Angeles",
"role": "Administrator"
}
}
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.