Delete a Price
Delete a Price
Headers
Your API credentials. Eg. Basic {credentials}
.
Use this header to select an API version
2024-07-30
Path Parameters
Unique Price ID
Response
Unique Price ID, generated by Sequence on creation.
"bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730"
The ID of the Product that this Price is associated with.
"d07037d5-3e31-4c3a-a360-e58555e2bf44"
A short form description of the price, which appears as the title of line items on invoices.
"Demo Product"
The currency in which this price is denominated. This must be a valid ISO 4217 currency code, that is currently part of currencies supported by Sequence.
ARS
, AUD
, BRL
, BGN
, CAD
, CHF
, CNY
, COP
, CZK
, DKK
, EUR
, GBP
, HKD
, ILS
, INR
, JPY
, KRW
, MXN
, NOK
, NZD
, PLN
, SEK
, SGD
, THB
, USD
, UYU
, ZAR
"GBP"
The pricing structure for this price. This can be a simple fixed price, or a more complex structure that varies based on usage.
{
"price": "150.00",
"pricingType": "ONE_TIME"
}
The frequency with which this price is billed.
ON_DEMAND
, ONE_TIME
, MONTHLY
, QUARTERLY
, HALF_YEARLY
, YEARLY
"MONTHLY"
Indicate at which point of the billing period to generate the invoice for this price. This can be either in-arrears (after the period ends), or in-advnace (at the beginning of the period).
IN_ARREARS
, IN_ADVANCE
"IN_ARREARS"
Time at which the Price was initially created, in ISO 8601 format.
"2022-06-28T16:47:00Z"
Alternate IDs for this Price in third-party integration systems
[
{
"service": "Xero",
"id": "123",
"isPending": false
}
]
Specific parameters to influence usage calculation for this Price, and are only required when using custom metric. Please speak to your Sequence contacts for further information prior to usage.
[
{
"parameterId": "94703530-1293-479b-bd37-ccad42fd9c8b",
"value": "10"
}
]
Price status:
- DRAFT means the price has been extracted from a contract and has not yet been approved. It cannot be used while it is in DRAFT.
- ACTIVE is the default state when a price is created via API or dashboard.
DRAFT
, ACTIVE
"ACTIVE"
Time at which the Price was last updated, in ISO 8601 format.
"2022-06-28T16:47:00Z"
The list price ID, if this price variant was created from a list price
"b4d7e884-e007-4183-8355-4771865c5100"
Unique Price ID, generated by Sequence on creation.
"bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730"
The ID of the Product that this Price is associated with.
"d07037d5-3e31-4c3a-a360-e58555e2bf44"
A short form description of the price, which appears as the title of line items on invoices.
"Demo Product"
The currency in which this price is denominated. This must be a valid ISO 4217 currency code, that is currently part of currencies supported by Sequence.
ARS
, AUD
, BRL
, BGN
, CAD
, CHF
, CNY
, COP
, CZK
, DKK
, EUR
, GBP
, HKD
, ILS
, INR
, JPY
, KRW
, MXN
, NOK
, NZD
, PLN
, SEK
, SGD
, THB
, USD
, UYU
, ZAR
"GBP"
The pricing structure for this price. This can be a simple fixed price, or a more complex structure that varies based on usage.
{
"price": "150.00",
"pricingType": "ONE_TIME"
}
The frequency with which this price is billed.
ON_DEMAND
, ONE_TIME
, MONTHLY
, QUARTERLY
, HALF_YEARLY
, YEARLY
"MONTHLY"
Indicate at which point of the billing period to generate the invoice for this price. This can be either in-arrears (after the period ends), or in-advnace (at the beginning of the period).
IN_ARREARS
, IN_ADVANCE
"IN_ARREARS"
Time at which the Price was initially created, in ISO 8601 format.
"2022-06-28T16:47:00Z"
Alternate IDs for this Price in third-party integration systems
[
{
"service": "Xero",
"id": "123",
"isPending": false
}
]
Specific parameters to influence usage calculation for this Price, and are only required when using custom metric. Please speak to your Sequence contacts for further information prior to usage.
[
{
"parameterId": "94703530-1293-479b-bd37-ccad42fd9c8b",
"value": "10"
}
]
Price status:
- DRAFT means the price has been extracted from a contract and has not yet been approved. It cannot be used while it is in DRAFT.
- ACTIVE is the default state when a price is created via API or dashboard.
DRAFT
, ACTIVE
"ACTIVE"
Time at which the Price was last updated, in ISO 8601 format.
"2022-06-28T16:47:00Z"
The list price ID, if this price variant was created from a list price
"b4d7e884-e007-4183-8355-4771865c5100"
Unique Price ID, generated by Sequence on creation.
"bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730"
The ID of the Product that this Price is associated with.
"d07037d5-3e31-4c3a-a360-e58555e2bf44"
A short form description of the price, which appears as the title of line items on invoices.
"Demo Product"
The currency in which this price is denominated. This must be a valid ISO 4217 currency code, that is currently part of currencies supported by Sequence.
ARS
, AUD
, BRL
, BGN
, CAD
, CHF
, CNY
, COP
, CZK
, DKK
, EUR
, GBP
, HKD
, ILS
, INR
, JPY
, KRW
, MXN
, NOK
, NZD
, PLN
, SEK
, SGD
, THB
, USD
, UYU
, ZAR
"GBP"
The pricing structure for this price. This can be a simple fixed price, or a more complex structure that varies based on usage.
{ "price": "20.00", "pricingType": "FIXED" }
The frequency with which this price is billed.
ON_DEMAND
, ONE_TIME
, MONTHLY
, QUARTERLY
, HALF_YEARLY
, YEARLY
"MONTHLY"
Indicate at which point of the billing period to generate the invoice for this price. This can be either in-arrears (after the period ends), or in-advnace (at the beginning of the period).
IN_ARREARS
, IN_ADVANCE
"IN_ARREARS"
Time at which the Price was initially created, in ISO 8601 format.
"2022-06-28T16:47:00Z"
Alternate IDs for this Price in third-party integration systems
[
{
"service": "Xero",
"id": "123",
"isPending": false
}
]
Specific parameters to influence usage calculation for this Price, and are only required when using custom metric. Please speak to your Sequence contacts for further information prior to usage.
[
{
"parameterId": "94703530-1293-479b-bd37-ccad42fd9c8b",
"value": "10"
}
]
Price status:
- DRAFT means the price has been extracted from a contract and has not yet been approved. It cannot be used while it is in DRAFT.
- ACTIVE is the default state when a price is created via API or dashboard.
DRAFT
, ACTIVE
"ACTIVE"
Time at which the Price was last updated, in ISO 8601 format.
"2022-06-28T16:47:00Z"
The list price ID, if this price variant was created from a list price
"b4d7e884-e007-4183-8355-4771865c5100"
Unique Price ID, generated by Sequence on creation.
"bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730"
The ID of the Product that this Price is associated with.
"d07037d5-3e31-4c3a-a360-e58555e2bf44"
A short form description of the price, which appears as the title of line items on invoices.
"Demo Product"
The currency in which this price is denominated. This must be a valid ISO 4217 currency code, that is currently part of currencies supported by Sequence.
ARS
, AUD
, BRL
, BGN
, CAD
, CHF
, CNY
, COP
, CZK
, DKK
, EUR
, GBP
, HKD
, ILS
, INR
, JPY
, KRW
, MXN
, NOK
, NZD
, PLN
, SEK
, SGD
, THB
, USD
, UYU
, ZAR
"GBP"
The pricing structure for this price. This can be a simple fixed price, or a more complex structure that varies based on usage.
{
"pricePerUnit": "0.25",
"usageMetricId": "04c62961-04ba-48e6-b985-758bb7d3e712",
"isPricePercentage": false,
"pricingType": "LINEAR"
}
The frequency with which this price is billed.
ON_DEMAND
, ONE_TIME
, MONTHLY
, QUARTERLY
, HALF_YEARLY
, YEARLY
"MONTHLY"
Indicate at which point of the billing period to generate the invoice for this price. This can be either in-arrears (after the period ends), or in-advnace (at the beginning of the period).
IN_ARREARS
, IN_ADVANCE
"IN_ARREARS"
Time at which the Price was initially created, in ISO 8601 format.
"2022-06-28T16:47:00Z"
Alternate IDs for this Price in third-party integration systems
[
{
"service": "Xero",
"id": "123",
"isPending": false
}
]
Specific parameters to influence usage calculation for this Price, and are only required when using custom metric. Please speak to your Sequence contacts for further information prior to usage.
[
{
"parameterId": "94703530-1293-479b-bd37-ccad42fd9c8b",
"value": "10"
}
]
Price status:
- DRAFT means the price has been extracted from a contract and has not yet been approved. It cannot be used while it is in DRAFT.
- ACTIVE is the default state when a price is created via API or dashboard.
DRAFT
, ACTIVE
"ACTIVE"
Time at which the Price was last updated, in ISO 8601 format.
"2022-06-28T16:47:00Z"
The list price ID, if this price variant was created from a list price
"b4d7e884-e007-4183-8355-4771865c5100"
Unique Price ID, generated by Sequence on creation.
"bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730"
The ID of the Product that this Price is associated with.
"d07037d5-3e31-4c3a-a360-e58555e2bf44"
A short form description of the price, which appears as the title of line items on invoices.
"Demo Product"
The currency in which this price is denominated. This must be a valid ISO 4217 currency code, that is currently part of currencies supported by Sequence.
ARS
, AUD
, BRL
, BGN
, CAD
, CHF
, CNY
, COP
, CZK
, DKK
, EUR
, GBP
, HKD
, ILS
, INR
, JPY
, KRW
, MXN
, NOK
, NZD
, PLN
, SEK
, SGD
, THB
, USD
, UYU
, ZAR
"GBP"
The pricing structure for this price. This can be a simple fixed price, or a more complex structure that varies based on usage.
{
"packageSize": "50",
"pricePerPackage": "2.00",
"usageMetricId": "04c62961-04ba-48e6-b985-758bb7d3e712",
"pricingType": "PACKAGE"
}
The frequency with which this price is billed.
ON_DEMAND
, ONE_TIME
, MONTHLY
, QUARTERLY
, HALF_YEARLY
, YEARLY
"MONTHLY"
Indicate at which point of the billing period to generate the invoice for this price. This can be either in-arrears (after the period ends), or in-advnace (at the beginning of the period).
IN_ARREARS
, IN_ADVANCE
"IN_ARREARS"
Time at which the Price was initially created, in ISO 8601 format.
"2022-06-28T16:47:00Z"
Alternate IDs for this Price in third-party integration systems
[
{
"service": "Xero",
"id": "123",
"isPending": false
}
]
Specific parameters to influence usage calculation for this Price, and are only required when using custom metric. Please speak to your Sequence contacts for further information prior to usage.
[
{
"parameterId": "94703530-1293-479b-bd37-ccad42fd9c8b",
"value": "10"
}
]
Price status:
- DRAFT means the price has been extracted from a contract and has not yet been approved. It cannot be used while it is in DRAFT.
- ACTIVE is the default state when a price is created via API or dashboard.
DRAFT
, ACTIVE
"ACTIVE"
Time at which the Price was last updated, in ISO 8601 format.
"2022-06-28T16:47:00Z"
The list price ID, if this price variant was created from a list price
"b4d7e884-e007-4183-8355-4771865c5100"
Unique Price ID, generated by Sequence on creation.
"bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730"
The ID of the Product that this Price is associated with.
"d07037d5-3e31-4c3a-a360-e58555e2bf44"
A short form description of the price, which appears as the title of line items on invoices.
"Demo Product"
The currency in which this price is denominated. This must be a valid ISO 4217 currency code, that is currently part of currencies supported by Sequence.
ARS
, AUD
, BRL
, BGN
, CAD
, CHF
, CNY
, COP
, CZK
, DKK
, EUR
, GBP
, HKD
, ILS
, INR
, JPY
, KRW
, MXN
, NOK
, NZD
, PLN
, SEK
, SGD
, THB
, USD
, UYU
, ZAR
"GBP"
The pricing structure for this price. This can be a simple fixed price, or a more complex structure that varies based on usage.
{
"seatMetricId": "bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730",
"pricePerSeat": "0.25",
"prorationStrategy": "USE_MAXIMUM",
"contractedMinimumSeats": 10,
"overagesBillingFrequency": "YEARLY",
"tiers": [
{
"upperBound": "100",
"price": "1.00",
"fee": "50.00"
},
{ "price": "0.75", "fee": "25.00" }
],
"prorateFlatFees": false,
"pricingType": "SEAT_BASED"
}
The frequency with which this price is billed.
ON_DEMAND
, ONE_TIME
, MONTHLY
, QUARTERLY
, HALF_YEARLY
, YEARLY
"MONTHLY"
Indicate at which point of the billing period to generate the invoice for this price. This can be either in-arrears (after the period ends), or in-advnace (at the beginning of the period).
IN_ARREARS
, IN_ADVANCE
"IN_ARREARS"
Time at which the Price was initially created, in ISO 8601 format.
"2022-06-28T16:47:00Z"
Alternate IDs for this Price in third-party integration systems
[
{
"service": "Xero",
"id": "123",
"isPending": false
}
]
Specific parameters to influence usage calculation for this Price, and are only required when using custom metric. Please speak to your Sequence contacts for further information prior to usage.
[
{
"parameterId": "94703530-1293-479b-bd37-ccad42fd9c8b",
"value": "10"
}
]
Price status:
- DRAFT means the price has been extracted from a contract and has not yet been approved. It cannot be used while it is in DRAFT.
- ACTIVE is the default state when a price is created via API or dashboard.
DRAFT
, ACTIVE
"ACTIVE"
Time at which the Price was last updated, in ISO 8601 format.
"2022-06-28T16:47:00Z"
The list price ID, if this price variant was created from a list price
"b4d7e884-e007-4183-8355-4771865c5100"
Unique Price ID, generated by Sequence on creation.
"bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730"
The ID of the Product that this Price is associated with.
"d07037d5-3e31-4c3a-a360-e58555e2bf44"
A short form description of the price, which appears as the title of line items on invoices.
"Demo Product"
The currency in which this price is denominated. This must be a valid ISO 4217 currency code, that is currently part of currencies supported by Sequence.
ARS
, AUD
, BRL
, BGN
, CAD
, CHF
, CNY
, COP
, CZK
, DKK
, EUR
, GBP
, HKD
, ILS
, INR
, JPY
, KRW
, MXN
, NOK
, NZD
, PLN
, SEK
, SGD
, THB
, USD
, UYU
, ZAR
"GBP"
The pricing structure for this price. This can be a simple fixed price, or a more complex structure that varies based on usage.
{
"tiers": [
{
"upperBound": "200",
"price": "1.00",
"fee": "50.00",
"isPricePercentage": false
},
{
"upperBound": "400",
"price": "0.75",
"fee": "25.00",
"isPricePercentage": false
},
{
"price": "0.50",
"fee": "0.00",
"isPricePercentage": false
}
],
"usageMetricId": "04c62961-04ba-48e6-b985-758bb7d3e712",
"usageCalculationMode": "BILLING_PERIOD",
"pricingType": "GRADUATED"
}
The frequency with which this price is billed.
ON_DEMAND
, ONE_TIME
, MONTHLY
, QUARTERLY
, HALF_YEARLY
, YEARLY
"MONTHLY"
Indicate at which point of the billing period to generate the invoice for this price. This can be either in-arrears (after the period ends), or in-advnace (at the beginning of the period).
IN_ARREARS
, IN_ADVANCE
"IN_ARREARS"
Time at which the Price was initially created, in ISO 8601 format.
"2022-06-28T16:47:00Z"
Alternate IDs for this Price in third-party integration systems
[
{
"service": "Xero",
"id": "123",
"isPending": false
}
]
Specific parameters to influence usage calculation for this Price, and are only required when using custom metric. Please speak to your Sequence contacts for further information prior to usage.
[
{
"parameterId": "94703530-1293-479b-bd37-ccad42fd9c8b",
"value": "10"
}
]
Price status:
- DRAFT means the price has been extracted from a contract and has not yet been approved. It cannot be used while it is in DRAFT.
- ACTIVE is the default state when a price is created via API or dashboard.
DRAFT
, ACTIVE
"ACTIVE"
Time at which the Price was last updated, in ISO 8601 format.
"2022-06-28T16:47:00Z"
The list price ID, if this price variant was created from a list price
"b4d7e884-e007-4183-8355-4771865c5100"
The period over which usage is aggregated.
{ "frequency": "MONTHLY", "interval": 1 }
Unique Price ID, generated by Sequence on creation.
"bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730"
The ID of the Product that this Price is associated with.
"d07037d5-3e31-4c3a-a360-e58555e2bf44"
A short form description of the price, which appears as the title of line items on invoices.
"Demo Product"
The currency in which this price is denominated. This must be a valid ISO 4217 currency code, that is currently part of currencies supported by Sequence.
ARS
, AUD
, BRL
, BGN
, CAD
, CHF
, CNY
, COP
, CZK
, DKK
, EUR
, GBP
, HKD
, ILS
, INR
, JPY
, KRW
, MXN
, NOK
, NZD
, PLN
, SEK
, SGD
, THB
, USD
, UYU
, ZAR
"GBP"
The pricing structure for this price. This can be a simple fixed price, or a more complex structure that varies based on usage.
{
"tiers": [
{
"upperBound": "100",
"price": "1.00",
"fee": "50.00",
"isPricePercentage": true,
"maxPrice": "10",
"minPrice": "5"
},
{
"price": "0.75",
"fee": "25.00",
"isPricePercentage": true,
"maxPrice": "10",
"minPrice": "5"
}
],
"usageMetricId": "04c62961-04ba-48e6-b985-758bb7d3e712",
"pricingType": "VOLUME"
}
The frequency with which this price is billed.
ON_DEMAND
, ONE_TIME
, MONTHLY
, QUARTERLY
, HALF_YEARLY
, YEARLY
"MONTHLY"
Indicate at which point of the billing period to generate the invoice for this price. This can be either in-arrears (after the period ends), or in-advnace (at the beginning of the period).
IN_ARREARS
, IN_ADVANCE
"IN_ARREARS"
Time at which the Price was initially created, in ISO 8601 format.
"2022-06-28T16:47:00Z"
Alternate IDs for this Price in third-party integration systems
[
{
"service": "Xero",
"id": "123",
"isPending": false
}
]
Specific parameters to influence usage calculation for this Price, and are only required when using custom metric. Please speak to your Sequence contacts for further information prior to usage.
[
{
"parameterId": "94703530-1293-479b-bd37-ccad42fd9c8b",
"value": "10"
}
]
Price status:
- DRAFT means the price has been extracted from a contract and has not yet been approved. It cannot be used while it is in DRAFT.
- ACTIVE is the default state when a price is created via API or dashboard.
DRAFT
, ACTIVE
"ACTIVE"
Time at which the Price was last updated, in ISO 8601 format.
"2022-06-28T16:47:00Z"
The list price ID, if this price variant was created from a list price
"b4d7e884-e007-4183-8355-4771865c5100"