Endpoint
Authentication
Requires OAuth scope:edit_products
Path Parameters
The product’s external ID or unique permalink
Response
Whether the deletion was successful
Confirmation message when successful
Deletion Process
When a product is deleted:- The product is marked as deleted immediately
- Active subscriptions are cancelled (scheduled for 10 minutes)
- Product files are scheduled for deletion (10 minutes)
- Product rich content is scheduled for deletion (10 minutes)
- Product file archives are scheduled for deletion (10 minutes)
- Custom domain (if any) is marked as deleted
- Public files are scheduled for deletion (10 minutes)
- Wishlist entries are scheduled for deletion (10 minutes)
This is a soft delete operation. The product data is not immediately removed, but scheduled for cleanup. Active subscriptions will be automatically cancelled.
Example Request
Example Response
Error Responses
false when the request failsError description
Product Not Found
Unauthorized
Deletion Failed
Deleting a product will automatically cancel all active subscriptions associated with it. Customers will receive cancellation notifications.