Skip to main content
DELETE
Deletes one image from a mutable pack.

Path Parameters

string
required
Pack UUID.
string
required
Image UUID from the pack images list.

Error Responses

  • 400 missing_pack_id - path param missing
  • 400 missing_image_id - path param missing
  • 404 pack_not_found - pack is missing/outside mutable key scope
  • 404 image_not_found - image ID not found in this pack
  • 401 - authentication failed (missing/invalid/revoked token)
  • 402 subscription_required - active Creator/Professional/Business plan required
  • 403 tier_not_allowed - Scheduler tier cannot use Partner API
  • 500 pack_image_delete_failed - unexpected delete failure