Skip to main content
DELETE
/
prod
/
prompts
/
{idSite}
/
condition
/
{id}
Delete Opt-in Prompt Condition
curl --request DELETE \
  --url https://api.aimtell.com/prod/prompts/{idSite}/condition/{id} \
  --header 'X-Authorization-Api-Key: <api-key>'
{
  "result": "success",
  "message": "Successfully deleted condition."
}

Documentation Index

Fetch the complete documentation index at: https://developers.aimtell.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Authorization-Api-Key
string
header
default:""
required

Path Parameters

idSite
string
required

Website ID

id
string
required

Condition ID

Response

200

result
string
Example:

"success"

message
string
Example:

"Successfully deleted condition."