Image

Delete Image From Unit

curl -i -X DELETE "https://example.ziik.io/api/units/123/image"
  -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 the image from a unit.

HTTP Request

DELETE https://example.ziik.io/api/units/ID/image

URL Parameters

ParameterTypeDescription
IDIntegerThe ID of the unit

Permissions Required

  • Unit edit access
Last Updated:
Contributors: Christian Gerdes