Jupiter ERP
Account API

Delete PrintBackgrounds

/api/account/print-backgrounds/{id}

DELETEHTTP
delete/api/account/print-backgrounds/{id}

Example request

DELETE https://api.jupiter-erp.com/api/account/print-backgrounds/example-id

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

Parameters

NameInRequiredDescription
idpathyes

Responses

204OK

No JSON schema documented.

PrintBackgrounds

Questions about integration?

DELETE /api/account/print-backgrounds/{id} · Jupiter ERP