Files

Delete File From Supplier

curl -i -X DELETE "https://example.ziik.io/api/suppliers/124/files/12345"
  -H "Authorization: Bearer aaaaaa.bbbbbbb.ccccccc"

The above command returns a 204 No Content header on success:

HTTP/1.0 204 No Content

This endpoint deletes a file from a supplier.

HTTP Request

DELETE https://example.ziik.io/api/suppliers/SUPPLIERID>/files/<FILEID>

URL Parameters

ParameterTypeDescription
SUPPLIERIDIntegerThe ID of the supplier
FILEIDIntegerThe ID of the file to delete

Permissions Required

  • Supplier edit access
Last Updated:
Contributors: Christian Gerdes