Skip to content

Revoke Token (Legacy Interface, to be deprecated on 2026-05-31)



POST /api/v1/offline_token/temporary_token/revoke

Overview

Body Request Parameters

Parameter Name Type Required Description
token string Y Data access token
Example: eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9..
Allow empty: False

Parameter Additional Notes

Deprecation Notice


This interface belongs to the legacy path and will be deprecated on 2026-05-31. It is recommended to use POST /offline_token/temporary_auth_code/revoke to revoke a one-time authCode instead.

Response