Delete Outbound Communication Batch
DELETE
/api/v1/outbound/batches/{batch_id}Authentication
Syllable-API-KeyrequiredSend Syllable-API-Key in the header.
Need a credential? Create or manage an API token in the Syllable Console.
Parameters
Path parameters
batch_id
string
path
required
Request body
application/x-www-form-urlencoded
body
Body_outbound_batch_delete
required
1 field
delete_reasonstringrequiredRequest example
{
"delete_reason": "string"
}Responses
200Successful Response
application/json
response
unspecified
required
Response example
string422Validation Error
application/json
response
HTTPValidationError
required
1 field
detailValidationError[]optionalItem schema
itemsValidationErrorrequired3 fields
locstring | integer[]requiredItem schema
itemsstring | integerrequired2 options
Option 1stringrequiredOption 2integerrequiredmsgstringrequiredtypestringrequiredResponse example
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
