Delete AI Builder Content from a Proposal
DELETE /public/proposals//ai/content/ — Removes an AI Builder content item from a proposal. Proposal must be in Draft status.
id returned when you uploaded the content, or retrieve it from the list content endpoint. The proposal must be in Draft status to allow deletions.
Headers
Accept Header
application/json Application Id
A date timestamp of the request
A signature for the request
User API Key
Path Parameters
Unique identifier of the proposal that owns the AI-generated content. Must be a positive integer. The proposal will typically need to be in Draft status to allow content deletions.
Unique identifier of the AI-generated content item to delete. Must belong to the specified ProposalId. Attempting to delete a content item that does not exist or belongs to another proposal will return NotFound.
Response
Success
PublicAiProposalContentDeleteResponse
Unique identifier of the AI-generated content item that was requested to be deleted. Matches the ContentId provided in the request when deletion succeeds.
Flag indicating whether the specified content item was deleted (true) or if no deletion occurred (false). Expected to be set to the true value when the call returns 200 OK.