curl --request DELETE \
--url https://api.crevio.co/v1/ai_sites/{id} \
--header 'Authorization: <api-key>'{
"id": "<string>",
"object": "<string>"
}Tears down the AI site (unpublishes the worker, purges D1 + R2, deletes the row). Refuses the default AI site — the account must always own at least one.
curl --request DELETE \
--url https://api.crevio.co/v1/ai_sites/{id} \
--header 'Authorization: <api-key>'{
"id": "<string>",
"object": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.crevio.co/llms.txt
Use this file to discover all available pages before exploring further.
API key in the format: Bearer {api_token}
The resource ID (e.g., "prod_abc123") or slug (e.g., "my-product")
Was this page helpful?