Skip to main content

Delete Schedule Action

DELETE/api/v1/nodes/{node_id}/scheduled_actions/{action_id}/

Path parameters

  • node_idPathstringrequired

    Path parameter node_id.

  • action_idPathstringrequired

    Path parameter action_id.

Query parameters

  • project_idQuerystringoptional

    Identifier 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}}
  • apikeyQuerystringoptional

    API key used to authenticate the request

    • required
    • non-empty string
    example{{api_key}}
  • locationQuerystringoptional

    E2E Myaccount region identifier for the delete schedule request

    • required
    • must be a valid E2E Myaccount location
    example{{location}}

Responses

200Successful response
object
codeinteger

HTTP status code indicating the result of the delete operation

example200
  • must be an integer
  • valid HTTP status code (e.g., 200, 202, 204)
datainteger

Identifier of the deleted schedule

example12345
  • must be a non-negative integer
  • fits within 32-bit signed range
errorsobject
messagestring

Human-readable status message indicating the result of the delete operation

examplesuccessfully deleted scheduled action
  • must not be empty
  • maximum length 255 characters