cURL
curl --request DELETE \ --url https://api.aimtell.com/prod/site/variables/{id} \ --header 'Content-Type: application/json' \ --header 'X-Authorization-Api-Key: <api-key>' \ --data ' { "name": "<string>" } '
true
Deletes a Custom Variable for a Website by Name
Site ID
Name of Custom Variable
200