- Overview
- OAuth Authentication
- API Collection
- Requests
- Estimates
- Work Orders
- Service Appointments
- Service Reports
- Invoices
- Contacts
- Companies
- Services/Parts
- Assets
- Time Sheets
- Scheduled Maintenances
- Service Territories
- Skills
- Notes
- Record Templates
- Job Sheets
- Records
- Users
- Equipments
- Time Off
- Files
- Attachments
- Notifications
- Attendance
Disable a Scheduled Maintenance
Purpose
To change the status of a scheduled maintenance record to inactive.
Request URL
https://fsm.zoho.com/fsm/v1/Scheduled_Maintenances/<record_id>/disable
record_id - The unique ID of the record.
Request Method
PUT
Scope
scope=ZohoFSM.modules.ScheduledMaintenances.UPDATE
Sample Request
Copiedcurl --request PUT \
'https://fsm.zoho.com/fsm/v1/Scheduled_Maintenances/2993000000321073/disable' \
--header 'Authorization: Zoho-oauthtoken 1000.2xxxxxxx.exxx'
Sample Response
Copied{
"status": "success"
}
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.