Delete Product
Deletes a product. Only products with no memberships, entries, reviews, or invoices can be deleted.
Response
product deleted
Example response
{
"deleted": true,
"id": "prod_xxxxxxxxxxxxxx"
}Changes
Changed in 3 of the 74 revisions of this API.16
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the security scope
access_pass:deletewas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
product:deletewas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
This revision also has 16 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the response's body type changed from
booleantoobjectfor statusresponse-body-type-changed
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
Of the 74 revisions, 1 has no diff computed.