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โ
- 200
- 400
- 401
- 403
- 404
- 409
- 429
Archived object, or the dry-run verdict. Deleting again is a 200 carrying a warning.
A type or a property: use their own delete routes
Missing, unknown, revoked or expired key; shared authentication envelope
The shared key-scope gate uses the legacy envelope; an operation-specific refusal may use the v2 error envelope
Object or space not found
Idempotency-Key conflict, or an operation-specific concurrency conflict
Shared write rate limit; legacy error envelope