Revokes all personal access tokens for the authenticated user.
Usage Example
DELETE /api/v1/auth/tokens
Authorization: Bearer {token}
Response:
5
Use this for security incidents or when rotating all credentials.
Responses
- application/json
- application/problem+json
- application/problem+json
Request Example for delete/api/v1/auth/tokens
curl https://app.propstreet.com/api/v1/auth/tokens \
--request DELETE \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
string