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.
Request
DELETE /public/api/proposals/{ProposalId}/ai/content/{ContentId}
Headers
Must be
application/json.Your API Application Key.
Your User API Key.
Current UTC timestamp in RFC 7231 format.
HMAC-SHA256 signature, Base64-encoded.
Path parameters
Unique identifier of the proposal that owns the content item. The proposal must be in Draft status to allow content deletions.
Unique identifier of the AI Builder content item to delete. This is the
id value returned when the content was uploaded.Response
Success
A200 response confirms the deletion.
The ID of the content item that was deleted. Matches the
ContentId provided in the request.true when the content item was successfully deleted.Error codes
| Code | Meaning |
|---|---|
| 401 | Not authorized — invalid credentials or incorrect HMAC signature. |
| 403 | Forbidden — your account does not have permission for this API call. |
| 409 | Conflict — the proposal must be in Draft status to allow editing. |
Example
Response