Delete a Schedule

API Explorer: /schedules/{scheduleId}

To delete a test schedule, you need to know the scheduleId. The sample code deletes a test schedule with an ID of 5c83f8667ffbc232772ad363. Use the scheduleId of the actual test schedule to delete in place of the 5c83f8667ffbc232772ad363.

Caution: If you do not know the scheduleId of the test schedule, use List Schedules to return a list of your created test schedules.

Delete a Schedule

curl 'https://a.blazemeter.com/api/v4/schedules/5c83f8667ffbc232772ad363' \
	-X DELETE \
  --user 'api_key_id:api_key_secret'

Response204 No content