Skip to content

Remove an image from a content post

Request

Remove an image from a content record. Images cannot be removed from published content. Response status for removed content is 204 No Content.

Security
oauth2_as_a_user(Required scopes: content.write) or oauth2_as_a_server(Required scopes: content.write)
Path
content_idintegerrequired

ID or UUID of the content post

content_image_idintegerrequired

ID of the content image

curl -i -X DELETE \
  'https://partner.socialchorus.com/v2/content/{content_id}/images/{content_image_id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success

Response
No content