Synopsis
--assume-yes/--yes to skip the confirmation prompt.
When stdin is not interactive (e.g. in CI) the prompt cannot be answered and the
command fails without deleting anything, so pass --assume-yes there.
Flags
Flags inherited from parent commands
Examples Use Cases
These examples all assume that the flags--api-token, --org, --host, (and --flow, --trail when required), are set/provided.
delete a service account (asks for confirmation)
delete a service account (asks for confirmation)
delete multiple service accounts at once
delete multiple service accounts at once
delete a service account without confirmation
delete a service account without confirmation