Jupiter ERP
Account API

Remove a manual related document link

/api/account/document-links/{linkId}

DELETEHTTP
delete/api/account/document-links/{linkId}

Beispielanfrage

DELETE https://api.jupiter-erp.com/api/account/document-links/example-id

Code
curl -X DELETE 'https://api.jupiter-erp.com/api/account/document-links/example-id' \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
  -H 'Accept: application/json'

Parameter

NameInPflichtBeschreibung
linkIdpathja

Antworten

204No Content

Kein JSON-Schema dokumentiert.

403Forbidden (derived_from links cannot be removed manually)

Kein JSON-Schema dokumentiert.

DocumentLinks

Fragen zur Integration?

DELETE /api/account/document-links/{linkId} · Jupiter ERP