Conflict. A 409 response indicates that the request could not be processed because of a conflict in the request.
This sample 409 error represents an attempt to delete a version of the CA set that is active on the network.
Content-Type: application/vnd.akamai.mtls-edge-truststore.ca-set-deletions.v1+json
{
"deletions": [
{
"caSetId": 2,
"caSetLink": "/mtls-edge-truststore/v1/ca-sets/2",
"createdBy": "sveerava",
"createdDate": "2023-10-14T15:26:16.869Z",
"deletionId": 1,
"deletionLink": "/mtls-edge-truststore/v1/ca-sets/2/deletions/1",
"modifiedBy": null,
"modifiedDate": null,
"network": "STAGING",
"status": "IN_PROGRESS",
"type": "DELETE"
},
{
"caSetId": 2,
"caSetLink": "/mtls-edge-truststore/v1/ca-sets/2",
"createdBy": "sveerava",
"createdDate": "2023-10-14T15:26:16.912Z",
"deletionId": 2,
"deletionLink": "/mtls-edge-truststore/v1/ca-sets/2/deletions/2",
"modifiedBy": null,
"modifiedDate": null,
"network": "PRODUCTION",
"status": "IN_PROGRESS",
"type": "DELETE"
}
]
}