Delete a collection field
import requests
url = "https://{FUSION HOST}/api/collections/{collection}/schema/fields/{field}"
response = requests.delete(url)
print(response.text)This response has no body data.Delete a collection field
Deletes a field from a given collection.
DELETE
/
collections
/
{collection}
/
schema
/
fields
/
{field}
Delete a collection field
import requests
url = "https://{FUSION HOST}/api/collections/{collection}/schema/fields/{field}"
response = requests.delete(url)
print(response.text)This response has no body data.Was this page helpful?
⌘I