# Invalidate tokens Logs out the partner and invalidates both the login and refresh tokens. Endpoint: POST /partners/logout Security: BearerAuth ## Request fields (application/json): - `refreshToken` (string, required) ## Response 200 fields (application/json): - `success` (boolean) - `message` (string) ## Response 401 fields (application/json): - `success` (boolean) - `error` (string)