Revoking an Access Token
Go Up to Obtaining Authorization to Use the API
After you request a new access token using a refresh token, if your previous access token has not expired, you should revoke it so that it cannot be used anymore to access the Embarcadero Connect API.
To revoke an access token, perform an API request with the following parameters:
Item | Value |
---|---|
URL |
http://connect.example.com/api/revoketoken/<token> |
Method |
DELETE
|
On success, Embarcadero Connect responds "revoke", and the target access token cannot be used anymore to access the Embarcadero Connect API.