DELETE
/
v1
/
voice
/
post-processing
/
{postProcessing}
cURL
curl --request DELETE \
  --url https://api.comm.com/api/v1/voice/post-processing/{postProcessing} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

postProcessing
string<uuid>
required

The post processing ID

Response

200
application/json

The response is of type string.