Invalidate an access token

Invalidate an access token for the customer portal and log out any active sessions

Try this request in your browser

/api/ /access_tokens/invalidate

Headers

X-Auth-App
X-Auth-Token
X-Auth-Secret
X-Auth-Extension
X-Auth-Password
X-Proxy-Auth-Token
X-Proxy-Auth-Secret

Parameters

id String

The request output will be shown here...

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

  • id

    The provided ID

ValidationError

A validation error occurred

  • errors

    An array of errors

Response Data

This action will return a Boolean.