Admiral
Components

Delete a component override

DELETE
/api/v1/components/{component_id}/overrides/{environment_id}

Scope: env:write

Authorization

bearerAuth
AuthorizationBearer <token>

Personal Access Token (PAT) or Service Access Token (SAT). Pass the token in the Authorization header: Bearer adm_pat_...

In: header

Path Parameters

component_id*component_id

The component (UUID).

Formatuuid
environment_id*environment_id

The environment (UUID).

Formatuuid

Response Body

application/json

curl -X DELETE "https://admiral.example.com/api/v1/components/497f6eca-6276-4993-bfeb-53cbbbba6f08/overrides/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{}