# Remove an image from a content post Remove an image from a content record. Images cannot be removed from published content. Response status for removed content is 204 No Content. Endpoint: DELETE /v2/content/{content_id}/images/{content_image_id} Version: v2 Security: oauth2_as_a_user, oauth2_as_a_server ## Path parameters: - `content_id` (integer, required) ID or UUID of the content post - `content_image_id` (integer, required) ID of the content image ## Response 401 fields (*/*): - `errors` (array) - `errors.code` (integer) Example: 401 - `errors.title` (string) Example: "Unauthenticated" - `errors.detail` (string) Example: "Access token was not provided or not recognized." ## Response 403 fields (*/*): - `errors` (array) - `errors.code` (integer) Example: 403 - `errors.title` (string) Example: "Unauthorized" - `errors.detail` (string)