Skip to main content
DELETE
/
v2
/
credentials
/
{id}
Delete Secret
curl --request DELETE \
  --url https://api.duvo.ai/v2/credentials/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Response

Default Response

success
boolean
required