Skip to main content
DELETE
Remove a contact from a pool

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 pool to remove the contact from.

contact_uuid
string<uuid>
required

UUID of the contact to remove.

Response

Contact removed. Response includes how many tasks were cancelled.

success
boolean
Example:

true

message
string
Example:

"Contact removed from pool"

data
object