Delete Customer Origin Group - BETA

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.

Request

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

Customer Origin Group ID

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.

Request Headers

This endpoint only takes advantage of common request headers.

Request Body

Request body parameters are not required by this endpoint.

Response

The response to the above request includes an HTTP status code, response headers, and a response body.

Status Code

A status code indicates whether the request was successfully performed. A successful deletion returns a 204 No Content response.

Response Headers

The response for this endpoint only includes standard HTTP response headers.

View common response headers.

Response Body

The response body for a successful request does not contain a response element.

Errors

The response body for an unsuccessful request may contain an error element that provides additional information.

View common error messages.

Sample Request and Response

A sample request is shown below.

A successful deletion returns a 204 No Content response.