---
title: "Delete access token template"
method: DELETE
path: "/api/v2/user/accesstokentemplate/{id}"
tags: ["User"]
---

# Delete access token template

`DELETE /api/v2/user/accesstokentemplate/{id}`

Permanently deletes an access token template owned by the authenticated user.
Any access tokens that were created from this template will have their
`accessTokenTemplateId` reference cleared but will otherwise remain intact.

## Path parameters

- `id` string, required

## Response `200`

OK

- object
  - `id` string, required

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
