Skip to main content
DELETE
/
components
/
{component_id}
/
configs
/
{version}
Delete Config Version
curl --request DELETE \
  --url https://api.example.com/components/{component_id}/configs/{version}

Path Parameters

ParameterTypeDescription
component_idstringThe component ID
versionintThe version number

Response 204

No content. The config version is deleted.