Delete personal access token
Delete a token for the user by name.
Path parameters
-
The unique identifier of the user.
-
The name of the token.
DELETE
/api/users/{userId}/personal-access-tokens/{name}
curl \
--request DELETE https://[tenant_id].logto.app/api/users/{userId}/personal-access-tokens/{name} \
--header "Authorization: Bearer $ACCESS_TOKEN"