Skip to main content
DELETE
/
v1
/
products
/
{productId}
Deactivate a product
curl --request DELETE \
  --url https://api.yuvexpay.com/v1/products/{productId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API access token obtained from POST /oauth/token. Include as Authorization: Bearer {token}.

Path Parameters

productId
string<uuid>
required

The product ID.

Response

Product deactivated.

message
string