Delete AskAI
Last updated
Last updated
You can delete an AskAI via API.
Account API Key
AskAI ID
AskAI API Key
POST /api/1.1/wf/delete-askai HTTP/1.1
Host: myaskai.com
Content-Type: application/json
Accept: */*
Content-Length: 55
{
"account_api_key": "text",
"id": "text",
"api_key": "text"
}
Successful operation
{
"success": "text"
}