`session-recordings delete` — 세션 녹화 삭제하기

session-recordings delete — 세션 녹화 삭제하기

boundary session-recordings delete 명령어는 세션 녹화를 삭제할 수 있게 해줘요.

출처: HashiCorp Boundary docs

본문

예시 (Example)

이 예시는 ID가 sr_1234567890인 세션 녹화를 삭제해요.

$ boundary session-recordings delete -id sr_1234567890

사용법 (Usage)

$ boundary session-recordings delete [options] [args]

명령 옵션 (Command options)

  • -id (<string>) — 삭제할 세션 녹화의 ID예요.

더 알아보기 (Learn more)