DigitalOcean-public.v2-new_CDN Endpoints
Delete a CDN Endpoint
To delete a specific CDN endpoint, send a DELETE request to /v2/cdn/endpoints/$ENDPOINT_ID.
A status of 204 will be given. This indicates that the request was processed successfully, but that no response body is needed.
delete/v2/cdn/endpoints/{cdn_id}
Path parameters
cdn_idstring uuid required
A unique identifier for a CDN endpoint.
Response
The action was successful and the response body is empty.