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

workspaceIdstringRequired
Workspace to remove the document from.
documentIdstringRequired
Organization document to remove.

Headers

X-Account-IdstringRequired
Account that owns the workspace.

Response

Confirms the document was removed from the workspace.
successboolean
True when the document was unembedded.
documentIdstringformat: "uuid"
The organization document id that was unembedded. The document itself still exists.

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error