Deleting Schedules
This endpoint allows you to permanently delete a specific schedule by its ID. Once a schedule is deleted, it cannot be recovered. Make sure to keep track of your schedule IDs and use this endpoint with caution.
Deleting a specific Schedule ( Possible values: The
numeric ID for the Schedule. This can be retrieved for each user in the response
for all active Schedules. )
DELETE /api/v1/schedules/[ SCHEDULE ID ]/
DELETE a specific Schedule
curl 'https://acmeinc.datareportive.com/api/v1/schedules/[ SCHEDULE ID ]/' -X DELETE -H "Authorization: Token [ TOKEN ]"