deleteExchange
Deletes an exchange configuration (soft delete).
@requiresStepUp matches the deleteStrategy pilot (schema.graphqls Mutation.deleteStrategy) — per spec §3 Q1, deletes are per-action / consume-on-first-use because they are irreversible.
deleteExchange(
id: ID!
): Boolean!
Arguments
deleteExchange.id ● ID! non-null scalar
Type
Boolean scalar
The Boolean scalar type represents true or false.