StateSet ReSponse API Documentation
Embeddings
Attributes
Function Parameters
Channels
Examples
Delete Example
This endpoint deletes a example.
DELETE
/
v1
/
examples
Copy
Ask AI
curl --location --request DELETE 'https://api.stateset.com/v1/example' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "2438cf38-4004-41d3-8c90-131735ff7d00"
}'
Copy
Ask AI
{
"id": "2438cf38-4004-41d3-8c90-131735ff7d00"
}
Body
This is the id of the example.
Response
This is the id of the example.
This is the type of the example.
This is the name of the example.
This is the description of the example.
This is the created_at of the example.
This is the updated_at of the example.
Copy
Ask AI
curl --location --request DELETE 'https://api.stateset.com/v1/example' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "2438cf38-4004-41d3-8c90-131735ff7d00"
}'
Copy
Ask AI
{
"id": "2438cf38-4004-41d3-8c90-131735ff7d00"
}
Copy
Ask AI
curl --location --request DELETE 'https://api.stateset.com/v1/example' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "2438cf38-4004-41d3-8c90-131735ff7d00"
}'
Copy
Ask AI
{
"id": "2438cf38-4004-41d3-8c90-131735ff7d00"
}
Assistant
Responses are generated using AI and may contain mistakes.