Insert excerpt _ExcerptBetaAPI _ExcerptBetaAPI nopanel true
The DELETE PATCH
endpoint enables you to delete an update the external storage item by that matches the provided ID./interactions/external-storage/{id}
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|
...
Authorization scopes supported:
Scope | Access granted |
---|---|
interaction-content:read | Entire endpoint |
Parameters
The endpoint accepts the following path parametersparameter:
id
Type | Required | Example |
---|---|---|
String | True | 74137e23-9716-4e5c-ad92-3634c248282 |
Unique external storage item identifier.
Request
...
Requests
Example request
Code Block | ||||
---|---|---|---|---|
| ||||
curl -L -X DELETEPATCH "https://***.api.cc.vonage.com/interaction-content-export/external-storage/74137e23-9716-4e5c-ad92-3634c248282" \ -H "Authorization: Bearer <ACCESS_TOKEN>" \ -H "Accept: application/vnd.newvoicemedia.v1+json" \ --data-raw "<JSON BODY>" |
The endpoint requires object in JSON format as a request body
Required parameters for storage provider
Code Block | ||||
---|---|---|---|---|
| ||||
{
"name": "External storage"
} |
Responses
Responses to the endpoint return no content.
...
Success response
For information about successful responses, see Success response code and parameters in Responses (Interaction Content Export API).
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|