This endpoint is currently available as a BETA. Business-critical processes should not depend on this functionality.
Delete a customer origin group through a platform-specific endpoint.
The deletion of a customer origin group takes place immediately. Additionally, once a customer origin group 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 a customer origin group are described below.
HTTP Method | Request URI |
---|---|
DELETE |
HTTP Large: https://api.vdms.io/cdn/origins/v0.5/http-large/groups/Customer Origin Group ID ADN: https://api.vdms.io/cdn/origins/v0.5/adn/groups/Customer Origin Group 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 group's system-defined ID. Use either the Get All Customer Origin Groups (HTTP Large) or the Get All Customer Origin Groups (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/groups/2471643 HTTP/1.1
Host: api.vdms.io
A successful deletion returns a 204 No Content response.