Delete Content
Last updated
Last updated
To delete content, you must include either a webpage
, file_id
(returned as content_id
when first added to your AskAI) or client_id
.
AskAI ID
AskAI API Key
URL of the webpage to be deleted
Unique identifier for the file
Unique identifier for the client
POST /api/1.1/wf/ask-ai-content-delete HTTP/1.1
Host: myaskai.com
Content-Type: application/json
Accept: */*
Content-Length: 98
{
"id": "text",
"api_key": "text",
"webpage": "https://example.com",
"file_id": "text",
"client_id": "text"
}
Successful operation
No content