This endpoint is currently available as a BETA. Business-critical processes should not depend on this functionality.
Delete an origin entry from a customer origin group through a platform-specific endpoint.
The deletion of an origin entry takes place immediately. Additionally, once an origin entry has been deleted, it cannot be recovered.
These endpoints do not currently support Azure Block Blob origin groups.
Use the cdn.origins scope to authenticate and authorize requests for the Origins API.
Platform-specific requests to delete an origin entry are described below.
HTTP Method | Request URI |
---|---|
DELETE |
HTTP Large: https://api.vdms.io/cdn/origins/v0.5/http-large/Origin Entry ID ADN: https://api.vdms.io/cdn/origins/v0.5/adn/Origin Entry ID |
Define the following variable when submitting the above request:
VariableA variable represents a value that must be replaced. A variable consists of either a URL segment (e.g., "0001" in /0001/) or a query string value (e.g., "3" in mediaTypes=3). | Description |
---|---|
Required |
Replace this variable with the desired origin entry's system-defined ID. Use either the Get All Origin Entries (HTTP Large) or the Get All Origin Entries (ADN) endpoint to retrieve a list of origin entries and their system-defined IDs. |
This endpoint only takes advantage of common request headers.
Request body parameters are not required by this endpoint.
The response to the above request includes an HTTP status code, response headers, and a response body.
A status code indicates whether the request was successfully performed. A successful deletion returns a 204 No Content response.
The response for this endpoint only includes standard HTTP response headers.
The response body for a successful request does not contain a response element.
The response body for an unsuccessful request may contain an error element that provides additional information.
A sample request is shown below.
DELETE https://api.vdms.io/cdn/origins/v0.5/http-large/4619378 HTTP/1.1
Host: api.vdms.io
A successful deletion returns a 204 No Content response.