Skip to main content
DELETE
/
v1
/
tools
/
{toolId}
/
resources
/
{resourceId}
Eliminar un recurso de conocimiento
curl --request DELETE \
  --url https://agents.studio.getsupervisor.ai/v1/tools/{toolId}/resources/{resourceId} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-workspace-id: <x-workspace-id>'
{
  "code": "<string>",
  "message": "<string>",
  "details": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-workspace-id
string<uuid>
required

Identificador del workspace multi-tenant.

Path Parameters

toolId
string
required

Identificador interno de la tool (snake_case)

resourceId
string<uuid>
required

Identificador del recurso de conocimiento

Response

Recurso eliminado