DELETE api/2.0/crm/voip/uploads
Deletes an uploaded file with the name specified in the request.
Name |
Description |
Type |
Example |
audioType
sent in body
|
Audio type
|
Greeting, HoldUp, VoiceMail, Queue
|
|
fileName
sent in body
|
Uploaded file name
|
string
|
some text
|
DELETE api/2.0/crm/voip/uploads
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"audioType": "greeting",
"fileName": "some text"
}