Contracts
Cancel a contract line.
post/v2/contracts/{contract_id}/lines/{line_id}/cancel
Path parameters
contract_idstring required
line_idstring required
Request body
Example request
{
"cancel_at": 1767225600
}Response
Success.
Example response
{
"quantity": "1",
"status": "active",
"starts_at": 1767225600,
"ends_at": 1767225600,
"billing_timing": "arrears",
"proration": "prorate",
"created_at": 1767225600,
"updated_at": 1767225600,
"canceled_at": 1767225600,
"cancel_at": 1767225600
}Changes
No recorded changes to this endpoint across all 1 revision of this API.