cURL
curl --request POST \ --url https://traderapi.us-east-1.privatelink.preprod.polymarketexchange.com/auth/v1beta1/logout \ --header 'Content-Type: application/json' \ --data ' { "accessToken": "<string>", "refreshToken": "<string>" } '
{}
Requests that the token currently associated with the authenticated caller be blacklisted.
A successful response.
The response is of type object.
object