Delete object
DELETE/spaces/:space_id/objects/:object_id
This endpoint “deletes” an object by marking it as archived. The deletion process is performed safely and is subject to rate limiting. It returns the object’s details after it has been archived. Proper error handling is in place for situations such as when the object isn’t found or the deletion cannot be performed because of permission issues.
Request
Responses
- 200
- 401
- 403
- 404
- 423
- 500
The deleted object
Unauthorized
Forbidden
Resource not found
Rate limit exceeded
Internal server error