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_idQueryintegerrequiredIdentifier of the project to scope the request to. Required integer project ID.
- required
- must be a valid integer project ID
example{{project_id}}apikeyQuerystringrequiredAPI key used to authenticate the request
- required
- non-empty string
example{{api_key}}locationQuerystringrequiredE2E 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