Invalidate an access token
Invalidate an access token for the customer portal and log out any active sessions
Try this request in your browser
URL
https://connectapi.dial9.co.uk/api/v2/access_tokens/invalidate
Access
Must be authenticated as a reseller.
If not authorised, a MustBeAReseller
error will be returned.
Parameters
Parameter | Type | Default |
---|---|---|
id Required The token to invalidate |
String | null |
Errors
Error | Attributes |
---|---|
AccessTokenNotFound No access token was found given the ID provided |
|
ValidationError A validation error occurred |
|
Response Data
This action will return a Boolean.