Skip to content

HTTP Status Codes

There are a number of possible responses to this request.

Code Message Notes
200 OK The request was successful.
400 Bad Request Format The request was ill formed and the server could not process it.
401 User Not Authorized An unauthorized user.
403 Access Denied Either the user does not have permission to use this request, or the submitted API key was not correct.
404 Not Found The URL was not correct.
417 Expectation Failed The server is unable to process the request. A valid token must be provided.
500 Internal Server Error An unexpected error occurred on the server side.

Parent topic:Revoke an Access Token