Applications

Delete a document

Remove the document reference from the application.

Required scope applications:delete

delete/applications/{id}/documents/{documentId}

Authorizations

Authorizationstringrequired

Authorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.

Path parameters

idstring<uuid>required

Identifier of the application. Must belong to the workspace the key is bound to.

documentIdstring<uuid>required

Identifier of the document.

Response204

The document was deleted.