personal-access-tokens

DELETE /v1/users/me/pats/:id — revoke a PAT (soft-delete via `revoked_at`).

Idempotent on a single token id: re-revoking a missing or already-revoked PAT returns 404. The row is preserved for audit history.

delete/v1/users/me/pats/{id}

Path parameters

idstring uuid required

PAT id

Response

PAT revoked

messagestring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.