curl https://api.pipedream.com/v1/oauth/revoke \ -H 'Content-Type: application/json' \ -d '{ "token": "<access token>", "client_id": "<client_id>", "client_secret": "<client secret>" }'
# This endpoint will return a `200 OK` response with an empty body if the token was successfully revoked: {}
Documentation IndexFetch the complete documentation index at: https://pipedream.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://pipedream.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
POST /oauth/revoke
Was this page helpful?
Suggestions