delete https://api.bigpanda.io/resources/v1.0/schedules/
Deletes a specific schedule and removes it from the system.
Authentication
All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the Org Token type of Authorization token.
Returns
A summarization detail with additional schedule objects, where applicable.
Possible response codes include:
204 No Content
—the schedule was deleted successfully.404 Not Found
—the schedule failed to delete because the schedule ID provided could not be found.