Delete a configuration versionCopy Pagedelete https://{hostname}/appsec/v1/configs/{configId}/versions/{versionNumber}All products Delete the specified configuration version. You can't delete a version that's actively in use.Path ParamsconfigIdint64requiredA unique identifier for each configuration.versionNumberintegerrequiredA unique identifier for each version of a configuration.Query ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Responses 204Successfully deleted the configuration version. 403Forbidden. You don't have access to this security configuration. 404Not found. Security configuration version wasn't found.Updated 28 days ago