DELETE /schedules/:id

Authorization Required
https://[your-subdomain].trackdrive.com/api/v1/schedules/:id

Destroy Schedule by id.

Soft-deletes a schedule by its Trackdrive internal ID. The schedule stops distributing and dialing leads, but the record is retained rather than permanently erased and can be recovered later.

Params

Param name Description
serializer
Optional Blank value allowed

This endpoint supports multiple response formats. Pass serializer=name to retrieve data in an alternate format.

  • Must be a value contained in the pick list:
    Acceptable ValueDescription
    scheduleDefault response format.
    schedule_gridModern response format that returns various foreign keys for use with other API endpoints.