post
https://{hostname}/edgeworkers/v1/ids//deactivations
Deactivate an existing EdgeWorker version on the Akamai network, either staging or production.
Deactivate an existing EdgeWorker version on the Akamai network, either staging or production.
xxxxxxxxxxcurl --request POST \--url https://hostname/edgeworkers/v1/ids/edgeWorkerId/deactivations \--header 'accept: application/json' \--header 'content-type: application/json' \--data '{"network": "STAGING"}'
xxxxxxxxxx12{"accountId": "A-CCT9012","createdBy": "jsmith","createdTime": "2020-04-05T18:17:46Z","deactivationId": 3,"edgeWorkerId": 42,"lastModifiedTime": "2020-04-05T18:17:46Z","network": "PRODUCTION","note": "EdgeWorker ID 42 is no longer used in production.","status": "PRESUBMIT","version": "5"}