Skip to main content
DELETE
/
v2
/
agents
/
{agentId}
/
revisions
/
{buildId}
/
logins
/
{exposedCredentialId}
Detach Revision Login
curl --request DELETE \
  --url https://api.duvo.ai/v2/agents/{agentId}/revisions/{buildId}/logins/{exposedCredentialId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.duvo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

agentId
string<uuid>
required
buildId
string<uuid>
required
exposedCredentialId
string<uuid>
required

Response

Default Response

success
boolean
required