You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removes the bucket listing. The listing is removed from the Analytics Hub exchange
2032
+
and the listing record is deleted. The underlying exchange is retained for future
2033
+
listings in the same project. The operation is idempotent: if the listing has
2034
+
already been removed in the target backend, the job still completes successfully.
2035
+
2036
+
+ Parameters
2037
+
+ bucket_id (required) - Bucket Id
2038
+
2039
+
+ Request
2040
+
+ Headers
2041
+
2042
+
X-StorageApi-Token: your_token
2043
+
2044
+
+ Response 202
2045
+
Asynchronous call response (async=true) that creates a new job. To see job detail use [Job Detail API endpoint](#reference/jobs/manage-jobs/job-detail)
0 commit comments