Deactivate a product
Products
Delete a product
Soft-delete a product by setting it as inactive. The product data is preserved but it can no longer be used in new payments.
DELETE
Deactivate a product
Authorizations
YuvexPay API key. Include as Authorization: Bearer ypk_<env>_<kid>_<secret> where <env> is test (sandbox) or live (production). Create and manage keys in the dashboard under Settings > API Keys.
Path Parameters
The product ID.
Response
Product deactivated.

