Delete Origin Entry - BETA

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.

Request

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

Origin Entry ID

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.

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.