pydo.cdn.delete_endpoint()
Generated on 3 Aug 2026
from pydo version
v0.40.0
Usage
client.cdn.delete_endpoint(cdn_id="19f06b6a-3ace-4315-b086-499a0e521b76")Description
To delete a specific CDN endpoint, send a DELETE request to
/v2/cdn/endpoints/{cdn_id}.
A status of 204 will be given. This indicates that the request was processed successfully, but that no response body is needed.
Parameters
cdn_idstring requiredA unique identifier for a CDN endpoint.
Request Sample
More Information
See /v2/cdn/endpoints/{cdn_id} in the API reference for additional detail on responses, headers, parameters, and more.