---
title: "Delete Personal Access Token (PAT)"
slug: "deletepersonalaccesstokenpat"
updated: 2026-04-13T23:06:43Z
published: 2026-04-13T23:06:43Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.12dsynergy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Personal Access Token (PAT)

This tutorial demonstrates how to delete a Personal Access Token via RESTful API.

> [!NOTE]
> Additional API documentation
> 
> To get a list of most of the API requests available, with the 12d Synergy server running, browse [http://synergy.myserver.com/api-docs/ui/index](http://localhost:8080/api-docs/ui/index).
> 
> (Replace [synergy.myserver.com](http://synergy.myserver.com/) with the external server address and update the port numbers if necessary.)

### 1.1. Delete PAT

This request is in the API documentation under Authentication, marked ‘Delete a PAT’.

**Sample Request**

```SampleRequest
curl --location --request POST 'http://{your-server-here}/api/v1/auth/delete-pat?id={pat-id-here}' \

--header 'Authorization: Bearer <your-token-here>'
```

A successful request will only return ‘200 OK’.
