Pular para o conteúdo principal
DELETE
/
datastores
/
{id}
cURL
curl --request DELETE \
  --url https://app.zappway.ai/api/datastores/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "type": "qdrant",
  "visibility": "public"
}

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

id
string
obrigatório

ID of the AI Employee

Corpo

application/json

The body is of type object.

Resposta

Success

id
string
name
string
description
string
type
enum<string>
Opções disponíveis:
qdrant
visibility
enum<string>
Opções disponíveis:
public,
private