delete https://{hostname}/cps/v2/enrollments//changes/
Cancels a pending change. This cancels the entire change. You can cancel any pending change you previously made to a certificate.
Response
Cancels a pending change. This cancels the entire change. You can cancel any pending change you previously made to a certificate.
xxxxxxxxxx
curl --request DELETE \
--url https://hostname/cps/v2/enrollments/enrollmentId/changes/changeId \
--header 'accept: application/vnd.akamai.cps.change-id.v1+json'
xxxxxxxxxx
{
"change": "/cps/v2/enrollments/10002/changes/10002"
}