Skip to main content

Delete Start Script

DELETE/api/v1/start-script/

Query parameters

  • project_idQueryintegerrequired

    Identifier of the project to scope the request to. Required integer project ID.

    • required
    • must be a valid integer project ID
    example{{project_id}}
  • apikeyQuerystringrequired

    API key used to authenticate the request

    • required
    • must be a valid API key
    example{{api_key}}
  • locationQuerystringrequired

    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