Revokes a specific personal access token.
Usage Example
DELETE /api/v1/auth/tokens/pat-abc123
Authorization: Bearer {token}
Revoked tokens are immediately invalidated and cannot be used for API requests.
Path Parameters
- Type: stringidrequired
The token ID to revoke
Responses
- 204
Token revoked successfully
- application/problem+json
- application/problem+json
- application/problem+json
Request Example for delete/api/v1/auth/tokens/{id}
curl 'https://app.propstreet.com/api/v1/auth/tokens/{id}' \
--request DELETE \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body