Skip to main content
Credential

Delete Credential

Permanently delete a credential

DELETE
/api/v1/agentstudio/credentials/{credential_id}
cURL
curl --request DELETE \
  --url 'https://{workspace_id}.{region}.maas.aliyuncs.com/api/v1/agentstudio/credentials/{credential_id}' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "id": "cred_xxx",
  "type": "credential_deleted",
  "request_id": "req_xxx"
}

Authorizations

string
header
required

DashScope API Key

Path Parameters

string
required

Credential ID,格式 cred_xxx

Response

200-application/json
string

已删除的 Credential ID

string

固定为 credential_deleted

string

请求唯一标识

Overview
Sandbox API
Memory API
Flow Agent API
RAG API
Connector API
Framework Integration
Assistant API (Deprecating)
  • Overview