post https://{hostname}/edgeworkers/v1/ids//deactivations
Deactivate an existing EdgeWorker version on the Akamai network, either staging or production.
Recipes
Deactivate an EdgeWorker version
Open Recipe
Response
Deactivate an existing EdgeWorker version on the Akamai network, either staging or production.
xxxxxxxxxx
curl --request POST \
--url https://hostname/edgeworkers/v1/ids/edgeWorkerId/deactivations \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"network": "STAGING"
}
'