Skip to content

Revoke a personal access token

DELETE
/connections/pat/{id}
curl --request DELETE \
--url https://api.engram.page/connections/pat/example \
--header 'Authorization: Bearer <token>'

Revokes the personal access token (API key) with the given UUID so it can no longer authenticate. Returns 404 for an unknown or malformed id. Session-auth only.

id
required
string

PAT (API key) UUID

Revoked (empty body)

No such PAT

Media typeapplication/json
MessageError
object
error
required
string
Example
{
"error": "not found"
}