Remove an embedded document from a workspace
Remove an embedded document from a workspace. The organization document is unchanged.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.
Path parameters
workspaceId
Workspace to remove the document from.
documentId
Organization document to remove.
Headers
X-Account-Id
Account that owns the workspace.
Response
Confirms the document was removed from the workspace.
success
True when the document was unembedded.
documentId
The organization document id that was unembedded. The document itself still exists.
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error

