curl --request POST \
--url https://use.hoop.dev/api/connections/{nameOrID}/credentials/{credentialID}/close{
"message": "the error description"
}Ends the current audit session for a credential and tears down any active proxy connections, but keeps the credential itself usable. The stored token is preserved so the next credential request for the same (user, connection) pair returns the same value. For explicit token invalidation use the revoke endpoint.
curl --request POST \
--url https://use.hoop.dev/api/connections/{nameOrID}/credentials/{credentialID}/close{
"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?