## Delete **delete** `/campaigns/{id}` Permanently delete a campaign and all its associated rows. This action is irreversible. In-progress calls will not be affected, but no new calls will be placed. ### Path Parameters - `id: string` ### Returns - `success: boolean` ### Example ```http curl https://www.getrevox.com/api/campaigns/$ID \ -X DELETE \ -H "Authorization: Bearer $REVOX_API_KEY" ```