Delete Schedules by Tag

Parameters

tagstring

The tag value to match schedules against

Returns

Returns an object with the count of deleted schedules. This operation is irreversible and will delete all schedules with the specified tag.

DELETE/schedules/tag/{tag}
curl -X DELETE https://api.next-cron.com/schedules/tag/production \
   -H "Authorization: Bearer $YOUR_API_KEY"
Response
{
  "deleted": true,
  "count": 5
}