curl --request DELETE \
--url https://api.bunny.net/compute/script/{id} \
--header 'AccessKey: <api-key>'{
"ErrorKey": "<string>",
"Field": "<string>",
"Message": "<string>"
}curl --request DELETE \
--url https://api.bunny.net/compute/script/{id} \
--header 'AccessKey: <api-key>'{
"ErrorKey": "<string>",
"Field": "<string>",
"Message": "<string>"
}API Access Key authorization header
The ID of the script that will be deleted.
Deletes all pull zones linked to this edge script if true, otherwise changes origin to landing page
The script was successfully deleted.
Was this page helpful?