Skip to main content
DELETE
/
v1
/
vault
/
documents
/
{id}
Delete Document
curl --request DELETE \
  --url https://api.scoutline.com/v1/vault/documents/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The unique ID of the document

Response

204

Document successfully marked for deletion