outbound.batches
Delete Requests By List Of Reference Ids
agents
agents.test
conversations
data_sources
events
insights.workflows
insights.tools
custom_messages
prompts
session_labels
sessions.transcript
sessions.summary
sessions.full-summary
channels.targets
directory
dashboards
outbound.batches
- GETList Outbound Communication Batches
- PUTCreate Outbound Communication Batch
- GETGet Outbound Communication Batch
- DELDelete Outbound Communication Batch
- POSTUpload Outbound Communication Batch
- GETFetch Outbound Communication Batch Results
- POSTCreate Outbound Communication Request
- POSTDelete Requests By List Of Reference Ids
outbound.campaigns
outbound.batches
Delete Requests By List Of Reference Ids
POST
/
api
/
v1
/
outbound
/
batches
/
{batch_id}
/
remove-requests
curl --request POST \
--url https://api.syllable.cloud/api/v1/outbound/batches/{batch_id}/remove-requests \
--header 'Content-Type: application/json' \
--header 'Syllable-API-Key: <api-key>' \
--data '[
"<string>"
]'
"<any>"
Authorizations
Path Parameters
Body
application/json · string[]
The body is of type string[]
.
Response
200
application/json
Successful Response
The response is of type any
.
curl --request POST \
--url https://api.syllable.cloud/api/v1/outbound/batches/{batch_id}/remove-requests \
--header 'Content-Type: application/json' \
--header 'Syllable-API-Key: <api-key>' \
--data '[
"<string>"
]'
"<any>"