sdpctl Reference Guide



sdpctl service-users delete

Delete one or more service user(s)

sdpctl service-users delete [id...] [flags]

Examples

  # delete a service user with the id of <id>
  > sdpctl service-users delete <id>

  # delete multiple service users by providing multiple id:s
  > sdpctl service-users delete <id1> <id2>

  # delete service user(s) using prompt
  > sdpctl service-users delete

Options

  -h, --help   help for delete

Options inherited from parent commands

      --api-version int      Peer API version override
      --ci-mode              Log to stderr instead of file and disable progress-bars
      --debug                Enable debug logging
      --events-path string   send logs to unix domain socket path
      --json                 output in json format
      --no-interactive       Suppress interactive prompt with auto accept
      --no-verify            Don't verify TLS on for the given command, overriding settings from config file
  -p, --profile string       Profile configuration to use

SEE ALSO