# Delete a specific token using its ID

Deletes a specific token using its ID.

Endpoint: DELETE /api/token/v2/{id}
Version: v2.0
Security: Bearer

## Path parameters:

  - `id` (string, required)
    The ID of the token to delete.

## Response 400 fields (application/json):

  - `type` (string,null)

  - `title` (string,null)

  - `status` (integer,null)

  - `detail` (string,null)

  - `instance` (string,null)

  - `errors` (object)

## Response 401 fields (application/json):

  - `type` (string,null)

  - `title` (string,null)

  - `status` (integer,null)

  - `detail` (string,null)

  - `instance` (string,null)


## Response 204 fields
