Skip to main content
DELETE
/
startup-scripts
/
{script}
Delete a startup script
curl --request DELETE \
  --url https://console.wenium.com/api/startup-scripts/{script} \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "message": "Startup script deleted."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

script
integer
required

Response

200 - application/json

Script deleted

status
boolean
Example:

true

message
string
Example:

"Startup script deleted."