Documentation Index
Fetch the complete documentation index at: https://docs.apifycloud.io/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
POST https://api.apifycloud.io/api/v1/oauth/revoke
Authentication
Bearer token required. Scope:oauth:revoke
Request body
token(string, required) access token to revoke
Response
Returns success even if token is invalid or already revoked.Errors
400 invalid_requestmissing token or invalid JSON body401 unauthorizedinvalid auth context403 forbiddenmissing scope429 rate_limit_exceeded500 server_error