Revoke a personal access token in a workspace
Personal access tokens
Revoke a personal access token in a workspace
Permanently revoke a personal access token in a workspace.
DELETE
Revoke a personal access token in a workspace
The organization bot token must have the following scopes:
personal-access-token:write-high-impact
id, then pass it as bot_id.
After revocation, the token can no longer authenticate API requests or access Notion Workers. Repeating the request leaves the token revoked and returns an empty response.
The workspace must belong to the organization that owns the organization bot token. The endpoint returns the same not-found response when the workspace or PAT does not exist, is outside the organization, or does not match the request.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The Admin API version to use for this request.
Available options:
2026-06-01 Response
The response is of type object.