Insert excerpt _ExcerptBetaAPI _ExcerptBetaAPI nopanel true
The DELETE /interactions/external-storage/{id}
endpoint enables you to delete an external storage item by ID.
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Headers
Header parameters in Requests (Interaction Content Export API) apply to this endpoint.
Authorization scopes supported:
Scope | Access granted |
---|---|
interaction-content:read | Entire endpoint |
Parameters
The endpoint accepts the following path parameters:
id
Type | Required | Example |
---|---|---|
String | True | 74137e23-9716-4e5c-ad92-3634c248282 |
Unique external storage item identifier.
Request
Request to delete an external storage
Code Block | ||||
---|---|---|---|---|
| ||||
curl -L -X DELETE "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" |
Responses
Responses to the endpoint return no content.
Successful response
For information about successful responses, see Success response code and parameters in Responses (Interaction Content Export API).
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|