Delete Schedule Action
DELETE
/api/v1/nodes/{node_id}/scheduled_actions/{action_id}/Path parameters
node_idPathstringrequiredPath parameter
node_id.action_idPathstringrequiredPath parameter
action_id.
Query parameters
project_idQuerystringoptionalIdentifier of the project to scope the request to. Optional; if omitted, the account's default project is used.
- optional
- if omitted, the request is applied to the default project
example{{project_id}}apikeyQuerystringoptionalAPI key used to authenticate the request
- required
- non-empty string
example{{api_key}}locationQuerystringoptionalE2E Myaccount region identifier for the delete schedule request
- required
- must be a valid E2E Myaccount location
example{{location}}
Responses
200Successful response
HTTP status code indicating the result of the delete operation
example
200- must be an integer
- valid HTTP status code (e.g., 200, 202, 204)
Identifier of the deleted schedule
example
12345- must be a non-negative integer
- fits within 32-bit signed range
Human-readable status message indicating the result of the delete operation
example
successfully deleted scheduled action- must not be empty
- maximum length 255 characters