Proposals
Void proposal
Cancel a pending proposal with a reason.
Not yet in the v1 OpenAPI spec. This endpoint exists in the runtime API but hasn't been added to
openapi/v1.jsonyet. Use the prose example below until the spec is updated.
curl -X POST https://api.strideops.ai/v1/proposals/{id}/void \
-H "Authorization: Bearer $STRIDE_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "reason": "Customer requested a revised quote." }'