Scheduled Scripts
Delete or cancel a scheduled script
If script not authorized & not started, it’s fully deleted. Otherwise sets cancelled_at
. Requires script:delete
scope.
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
202
Cancels script if already authorized but not completed.