Skip to main content
DELETE
Detach a pool from a campaign

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

UUID of the campaign.

pool_uuid
string<uuid>
required

UUID of the pool to detach.

Response

Pool detached. Response includes how many tasks were cancelled.

success
boolean
Example:

true

message
string
Example:

"Pool detached from campaign"

data
object