Delete an Object instance
Delete an instance of a Object.
One of storage_id or label MUST be specified in the query parameters. storage_id SHOULD be used where controlled is True for the instance.
API instances should remove the Object instance from the get_urls list and then, if the instance is controlled, delete the Object instance from storage.
API instances SHOULD prevent clients from deleting all Object instances. Additionally, API instances MAY prevent clients from deleting all controlled Object instances. Where clients wish to remove all copies of an Object from the store, they should do so by deleting all Flows or Flow Segments which reference the Object.
API instances SHALL NOT cascade the deletion of Object instances to initialisation Objects. Clients MUST initiate the deletion of Object instances of initialisation Objects directly.
Path parameters
The Object identifier. The Object ID may include special characters such as / which should be URL encoded.
Query parameters
The storage_id identifying the Object instance to be deleted.
The label identifying the Object instance to be deleted.
Response
No content. The Object instance has been deleted.