Delete landing page image

Remove one image (logo, thumbnail or footer logo) from a company's landing_page widget: deletes the file from S3, clears the corresponding slot in the stored options, and returns the refreshed options blob (with S3 URLs re-resolved).

Auth

  • Account bearer. company_id must sit inside your own account tree.

Rate limit

  • No rate limit.

Body

FieldTypeRequiredNotes
company_idintegerRequiredMust be an existing account inside your own account tree.
imageTypestringOptionalOne of logo, thumbnail, footerLogo; any other value fails validation (422). Omitting it (or sending null) is a no-op.

Behaviour

  • 200 with { status, message, data }; data is the refreshed options blob (or [] when the widget has no options).
  • 422 if company_id is missing/invalid/out of hierarchy, or imageType is not one of the allowed values.
  • Returns an error envelope (Account not found!) if the company does not exist.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
string
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json