You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/website/content/docs/commands/auth-tokens/delete.mdx

43 lines
1.3 KiB

---
layout: docs
page_title: auth-tokens delete - Command
description: >-
The "auth-tokens delete" command deletes an existing auth token resource.
---
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
> [!IMPORTANT]
> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com.
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
# auth-tokens delete
Command: `boundary auth-tokens delete`
The `auth-tokens delete` command deletes an auth token given its ID.
## Example
The following command deletes an auth token with the ID `at_LvUqeYz80B`:
```shell-session
$ boundary auth-tokens delete -id at_LvUqeYz80B
The delete operation completed successfully.
```
## Usage
<CodeBlockConfig hideClipboard>
```shell-session
$ boundary auth-tokens delete [options] [args]
```
</CodeBlockConfig>
### Command options
- `-id` `(string: "")` - The ID of the auth token to delete.
@include 'cmd-option-note.mdx'