Deletes all OAuth client registrations for the authenticated user.
Usage Example
DELETE /api/v1/auth/clients
Authorization: Bearer {token}
Response:
3
Use this for security incidents or when rotating all OAuth credentials. ⚠️ All associated access tokens will be immediately invalidated.
Responses
- application/json
- application/problem+json
- application/problem+json
- application/problem+json
Request Example for delete/api/v1/auth/clients
curl https://app.propstreet.com/api/v1/auth/clients \
--request DELETE \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
string