Delete a blob
import requests
url = "https://{FUSION HOST}/api/blobs/{id}"
response = requests.delete(url)
print(response.text)This response has no body data.Remove a blob from the Blob Store.
DELETE
/
blobs
/
{id}
Delete a blob
import requests
url = "https://{FUSION HOST}/api/blobs/{id}"
response = requests.delete(url)
print(response.text)This response has no body data.Was this page helpful?
⌘I