A message for our valued customers and partners: This site is retiring, including accounts and API keys, as we migrate to the new developer portal. If you use existing API keys you will be contacted with further migration instructions. Accounts and API keys are not shared between this developer portal and the new developer portal. We recommend you review the new portal's Get Started guide for details on registering a new developer account and requesting new API keys.

deleteByDocumentUid

delete

deleteByDocumentUid

The Delete Content endpoint will mark the record for deletion or delete the content object from the repository and content store.

Resource URL

https://test-apis.us-east-1.lmig.com/v1/nebula /{stack}/{tenant}/content/metadata-url/docuid/{documentUid}

Query Parameters

Name Description
deletionType

Indicates the type of deletion, soft will only mark the object for deletion with the deletion occurring asynchronously in the back ground at a later time. If the specified type is hard, then the object identified by te contentId will be immediately deleted from the system. Defaults to soft deletion type

Header Parameters

Name Description
Authorization
(required)

Apigee OAuth2 Bearer Token

UserToken
(required)

JWT used for document access control

RequestingApplication

API Key of the registered client application or application name provided by the Nebula team.

RequestTrackingId

Unique Id used to track the request end-to-end. Required for troubleshooting.

Request Body

Definitions


Name Type Description

Responses

Code Examples

Resource Summary

Security

Category

Content

Schema:

HTTP Code Description

403

Client is not permitted to use this operation

404

No content object found for given content id

500

Internal server error

Working...