Skip to main content
DELETE
/
v2
/
teams
/
{teamId}
/
browser-agent
/
credentials
/
{userId}
/
{id}
Delete credential by id
curl --request DELETE \
  --url https://api.duvo.ai/v2/teams/{teamId}/browser-agent/credentials/{userId}/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

userId
string<uuid>
required
teamId
string<uuid>
required
id
string<uuid>
required

Response

enum<string> | null

Default Response

Available options:
null