Delete extra capacity licenses using the serial number
DELETE /aws/ha/working-environments/{workingEnvironmentId}/extra-capacity-serials
Deletes extra capacity licenses by serial numbers.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
workingEnvironmentId |
string |
path |
True |
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
serials |
array[string] |
True |
Example request
{
"serials": [
"string"
]
}
Error
Status: Default, Default response