Skip to main content
DELETE
/
v2
/
campaigns
/
{campaignId}
/
agent-source-restrictions
/
{id}
Delete agent source restriction
curl --request DELETE \
  --url https://api.carecycle.ai/v2/campaigns/{campaignId}/agent-source-restrictions/{id} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>"
}
Remove a restriction to allow a member to start receiving calls again for the specified Campaign routing configuration.

Authorizations

x-api-key
string
header
required

API key required for authentication.

Keys begin with 'cc_' prefix. Get your API key from the Developer Dashboard.

Path Parameters

campaignId
string<uuid>
required

Campaign ID

id
string<uuid>
required

Restriction ID

Response

DELETE /v2/campaigns/:campaignId/agent-source-restrictions/:id Positive response

success
boolean
required
message
string