Delete post-install script
Delete a post-install script from your account. Use this endpoint to remove unused automation scripts.
Delete a post-install script from your account.
Use this endpoint to remove unused automation scripts.
Authorizations
AuthorizationstringRequired
API Token authentication
Path parameters
postInstallScriptIdintegerRequiredExample:
Post-install script ID
9568314Responses
200
Success empty response
application/json
messagestringOptionalExample:
Request accepted401
Unauthenticated response
application/json
500
Error response
application/json
delete/api/vps/v1/post-install-scripts/{postInstallScriptId}
DELETE /api/vps/v1/post-install-scripts/{postInstallScriptId} HTTP/1.1
Host: developers.hostinger.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"message": "Request accepted"
}Last updated
Was this helpful?