curl --request DELETE \
--url https://api.bunny.net/compute/script/{id}/variables/{variableId} \
--header 'AccessKey: <api-key>'{
"ErrorKey": "<string>",
"Field": "<string>",
"Message": "<string>"
}curl --request DELETE \
--url https://api.bunny.net/compute/script/{id}/variables/{variableId} \
--header 'AccessKey: <api-key>'{
"ErrorKey": "<string>",
"Field": "<string>",
"Message": "<string>"
}API Access Key authorization header
The ID of the script that contains the Environment Variable
The ID of the Environment Variable that should be deleted
The environment variable was successfully deleted.
Was this page helpful?