Sites / Delete site
Delete site
DELETE/v1/sites/{id}
Delete a site and stop all delivery for it. This cannot be undone. Keep at least one site on the account, the account always needs a default.
Path parameters
id
string · required
The site id.
DELETE/v1/sites/{id}
curl -X DELETE https://app.converly.io/api/v1/sites/site_29Et… \ -H "Authorization: Bearer sk_live_…"
200 OK
{
"id": "site_29Et…",
"deleted": true
}