Detach a pool from a campaign
Campaigns
Detach a pool from a campaign
Removes the pool↔campaign association. Side effect: cancels any scheduled/queued/pending tasks created for THIS specific pool in THIS specific campaign. Cancellation is keyed on contact_pool_item_id (stored in tasks.task_data) — so if the same contact exists in another pool also attached to this campaign, those tasks are NOT affected. The pool itself and its contacts remain intact and can be reattached later.
DELETE
Detach a pool from a campaign
Documentation Index
Fetch the complete documentation index at: https://developers.mihu.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Path Parameters
UUID of the campaign.
UUID of the pool to detach.