Example request
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'Parameters
| Name | In | Required | Description |
|---|---|---|---|
| linkId | path | yes | — |
Responses
204No Content
No JSON schema documented.
403Forbidden (derived_from links cannot be removed manually)
No JSON schema documented.
DocumentLinks