Skip to main content

Delete Start Script

DELETE/api/v1/start-script/

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
    • must be a valid API key
    example{{api_key}}
  • locationQuerystringoptional

    Specifies the target location for the delete start script operation

    • required
    • must be a non-empty string
    example{{location}}

Request body

application/json

object
idinteger

Identifier of the start script to delete

example123
  • required
  • must be a positive integer

Responses

200Successful response
string

HTTP status code returned by the Delete Start Script operation

example123
  • must be a three-digit numeric string
  • expected value is "204" for successful deletion