> ## Documentation Index
> Fetch the complete documentation index at: https://flipt-oci-manifest-version.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Token

<RequestExample>
  ```bash cURL
  curl --request DELETE \
    --url https://try.flipt.io/auth/v1/tokens/{id} \
    --header 'Authorization: Bearer {token}'
  ```
</RequestExample>
