Remove a Policy Line from a Proposal

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

Removes a line of business from the proposal. The behavior depends on the proposal type:

  • Quotes: The policy line association is permanently deleted from the database.
  • Endorsements: If the line was added in this endorsement, it is permanently deleted. If it existed prior to this endorsement, it is soft-removed — a RemoveDate is set on the record rather than deleting it, preserving the history that the line previously existed.

If the specified line is not currently associated with the proposal, the endpoint returns a message indicating it was not present.

⚠️ When a Policy Line is removed from a Proposal, the endpoint returns plain string responses rather than a structured json object. ie: DropPolicyLine #9876"

Path Params
string
required

The ID of the proposal from which the Policy Line will be removed.

string
required

The DisplayCode of the PolicyLine (e.g. ISO_AL, ISO_GL) that is going to be removed.

Response
200
Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!