CDN Domain
Disable CDN domain
Disable the public CDN domain for the object storage bucket. Objects will no longer be accessible via the domain URL.
DELETE
Disable CDN domain
Authorizations
API key authentication. Pass your API key as a Bearer token in the Authorization header.
Path Parameters
Object storage bucket identifier
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Example:
"fb5e5168-4281-4bec-94c5-0d1584e9e657"
Response
CDN domain disabled successfully
Previous
Purge CDN cachePurge all cached content for the bucket's public CDN domain at the edge. Use this after replacing or updating objects so visitors get the latest versions instead of stale cached copies. Purging affects only the bucket's CDN domain and takes effect within a few seconds. If the bucket has no CDN domain enabled, there is nothing cached and the request succeeds without doing anything.
Next
Disable CDN domain