Delete schedule
DELETE/invoices/schedule/:scheduleId
API to delete an schedule by schedule id
Request
Version stringrequired
API Version
Available options
v3scheduleId stringrequired
Schedule Id
altId stringrequired
location Id / company Id based on altType
altType stringrequired
Alt Type
Available options
locationSuccessful response
- application/json
- Schema
- Example (auto)
Schema
successbooleanrequired
success
{
"success": true
}