Delete Period
Delete Period
Delete a specific period from a sold product
DELETE
Delete Period
Delete Period
Delete a specific period from a sold product. All related data for this period (country sales, total impacts, and conversion steps) will be permanently removed.Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
UUID of the sold productExample:
"550e8400-e29b-41d4-a716-446655440000"UUID of the period to deleteExample:
"11111111-1111-1111-1111-111111111111"Response
Returns HTTP 204 No Content on success.Example
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organization400 Bad Request
Cause: Attempting to delete the last period of a product404 Not Found
Cause: Product or period does not existRelated Endpoints
List Periods
View all periods for a product
Delete Sold Product
Remove the entire product instead

