curl --request POST \
--url https://use.hoop.dev/api/connections/{nameOrID}/credentials/{credentialID}/revoke{
"message": "the error description"
}Revokes a connection credential, invalidating the stored token and disconnecting any active sessions. The next credential request for the same (user, connection) pair will issue a fresh token.
curl --request POST \
--url https://use.hoop.dev/api/connections/{nameOrID}/credentials/{credentialID}/revoke{
"message": "the error description"
}Documentation Index
Fetch the complete documentation index at: https://mintlify.hoop.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?