Skip to main content
DELETE
/
supplier-credit-notes
/
{creditNoteId}
Delete supplier credit note
const options = {method: 'DELETE'};

fetch('https://api.dolfinai.co/supplier-credit-notes/{creditNoteId}', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Path Parameters

creditNoteId
string<uuid>
required

Response

No Content