deleteStrategy
Deletes a strategy and all its versions (soft delete).
@requiresStepUp gates this on a fresh "delete" step-up grant — per spec §3 Q1, deletes are per-action / consume-on-first-use. Composes with @hasScope so an unauthorized caller is rejected before the step-up gate even runs (auth → authorization → step-up freshness). This is the T1.3 pilot resolver: real audit traffic on a single scope before rolling out to view-secrets / manage-billing in Units D/E.
deleteStrategy(
id: ID!
): Boolean!
Arguments
deleteStrategy.id ● ID! non-null scalar
Type
Boolean scalar
The Boolean scalar type represents true or false.