Deactivate Product Key
POST /api/v1/tenants/:tenantId/products/:productId/deactivate
Description
Deactivate a product key for a tenant.
Request
-
Authentication:
-
Type: Bearer Token
-
Token:
{{bearerToken}}(Replace with the actual bearer token)
-
-
URL:
-
Raw URL:
/api/v1/tenants/:tenantId/products/:productId/deactivate -
Host:
-
Path:
/api/v1/tenants/:tenantId/products/:productId/deactivate -
Variables:
-
tenantId: (Required)
-
productId: (Required)
-
-
Response:
- Status: Created (201)
/api/v1/tenants/:tenantId/products/:productId/deactivate
🔑 Authentication bearer
| Param | value | Type |
|---|---|---|
| token | bearerToken | string |
Response: 201
LANGUAGE
CURL REQUEST
curl --request POST \
--url /api/v1/tenants/:tenantId/products/:productId/deactivate \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!