Deletes (deactivates) an access token.
Header | Data Type | Valid Values | Description |
---|---|---|---|
X-DevKey | string | string | The devkey assigned to the developer. |
X-AccessToken | string | string | The token acquired from a POST to Users/AccessToken. |
If the X-AccessToken header is not passed, you will receive a 400 Bad Request
and a Message Response indicating the reason.
If there are no errors with the input parameters, this call will respond with a 200 OK
and a Message Response indicating success.