StateSet ReSponse API Documentation
Embeddings
Attributes
Function Parameters
Channels
Embeddings
Delete Embedding
This endpoint deletes an embedding
DELETE
/
v1
/
embeddings
curl --location --request DELETE 'https://api.stateset.com/v1/embeddings' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "em_1NXWPnCo6bFb1KQto6C8OWvE",
}'
{
"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.
curl --location --request DELETE 'https://api.stateset.com/v1/embeddings' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "em_1NXWPnCo6bFb1KQto6C8OWvE",
}'
curl --location --request DELETE 'https://api.stateset.com/v1/embeddings' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "em_1NXWPnCo6bFb1KQto6C8OWvE",
}'
{
"id": "<string>",
"knowledge": "<string>",
"user_id": "<string>"
}