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

Syllable-API-Key
string
header
required

Path Parameters

batch_id
string
required

Body

application/json · string[]

The body is of type string[].

Response

200
application/json
Successful Response

The response is of type any.