Opportunities APIPOST/api/v1/opportunities/{id}/quotes/{quoteId}/unlink
Product availabilityAlgaPSA
Unlink quote
Unlinks a quote, corrects its evidence, and recomputes opportunity values.
Path parameters
idstring <uuid>Required
Opportunity UUID from opportunities.opportunity_id.
quoteIdstring <uuid>Required
Quote UUID from quotes.quote_id.
Response codes
204
Operation succeeded with no response body.
400
Validation or request parsing failure.
401
API key missing or invalid.
403
RBAC denied for the opportunities resource action.
404
Opportunity or nested resource not found.
409
Opportunity state conflicts with the requested operation.
500
Unexpected controller or service failure.