Skip to main content

Delete an object

DELETE 

/v2/spaces/:space_id/objects/:object_id

Only objects this key created can be deleted. The creator is recorded at creation time and never added later, so objects made in the app, imported, made by another member, or made before this route shipped are refused for good. System objects are a 403 as well. A dry run reports the verdict without the checks that run at archive time, so a deletable verdict can still meet a 403.

Requestโ€‹

Responsesโ€‹

Archived object, or the dry-run verdict. Deleting again is a 200 carrying a warning.