Skip to main content
DELETE
/
startup_scripts
/
{script_id}
Delete Startup Script
curl --request DELETE \
  --url https://api.hypercore.vn/startup_scripts/{script_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

script_id
string<uuid>
required

Startup Script UUID

Query Parameters

team_id
string<uuid>

Team ID

Response

Startup script deleted successfully