Skip to main content
POST
/
connections
/
{nameOrID}
/
credentials
/
{credentialID}
/
revoke
Revoke Connection Credentials
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.

Path Parameters

nameOrID
string
required

Name or UUID of the connection

credentialID
string
required

UUID of the credential to revoke

Response

No content