Components
Delete a component
Scope: app: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
Unique identifier of the component to delete (UUID). Fails if other components depend on this component (via depends_on or output references in values_template).
Format
uuidResponse Body
application/json
curl -X DELETE "https://admiral.example.com/api/v1/components/497f6eca-6276-4993-bfeb-53cbbbba6f08"{}