StateSet ReSponse API Documentation
Embeddings
Attributes
Function Parameters
Channels
Embeddings
Delete Embedding
This endpoint deletes an embedding
DELETE
/
v1
/
embeddings
Copy
Ask AI
curl --location --request DELETE 'https://api.stateset.com/v1/embeddings' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "em_1NXWPnCo6bFb1KQto6C8OWvE",
}'
Copy
Ask AI
{
"id": "<string>",
"knowledge": "<string>",
"user_id": "<string>"
}
Body
This is the ID of the embedding to be created.
Response
This is the ID of the embedding.
This is the text of the embedding.
This is the user id of the embedding.
Copy
Ask AI
curl --location --request DELETE 'https://api.stateset.com/v1/embeddings' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "em_1NXWPnCo6bFb1KQto6C8OWvE",
}'
Copy
Ask AI
curl --location --request DELETE 'https://api.stateset.com/v1/embeddings' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "em_1NXWPnCo6bFb1KQto6C8OWvE",
}'
Copy
Ask AI
{
"id": "<string>",
"knowledge": "<string>",
"user_id": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.