Skip to main content
DELETE
/
credential
/
{credential_id}
Delete a credential
curl --request DELETE \
  --url https://api.example.com/credential/{credential_id} \
  --header 'x-user-id: <x-user-id>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.agentscope.io/llms.txt

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

Headers

x-user-id
string
required

Caller's user ID. Temporary header-based identity; will be replaced by JWT auth.

Path Parameters

credential_id
string
required

Response

Successful Response