Connection Tokens
Revoke connection token
This endpoint lets you revoke a connection token. To be able to revoke a connection token for a user, you need to have WRITE access on that user and the connection token must be valid (not expired, not revoked and not consumed).
post/connection/revoke_token
Request body
Example request
{
"user_id": "5309c3a237bbc544d8e26737",
"token": "\\xaf3e8951c1f4c42f9cc53116b3fc855bd44bce01cf27604b"
}Response
OK
object required