VPS_deletePostInstallScriptV1
Remove unused post-install scripts from your Hostinger account by providing the script ID, ensuring automation scripts are clean and up to date on the hosting infrastructure.
Instructions
Delete a post-install script from your account.
Use this endpoint to remove unused automation scripts.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
postInstallScriptId | Yes | Post-install script ID |
Input Schema (JSON Schema)
{
"properties": {
"postInstallScriptId": {
"description": "Post-install script ID",
"type": "integer"
}
},
"required": [
"postInstallScriptId"
],
"type": "object"
}