Delete Content
To delete content, you must include either a webpage, file_id (returned as content_id when first added to your AskAI) or client_id.
Body
idstringRequired
AskAI ID
api_keystringRequired
AskAI API Key
webpagestring Β· uriOptional
URL of the webpage to be deleted
file_idstringOptional
Unique identifier for the file
client_idstringOptional
Unique identifier for the client
Responses
200
Successful operation
No content
post
/ask-ai-content-deletePOST /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"
}200
Successful operation
No content
Last updated