cURL
curl --request PATCH \ --url https://notification.platform.dev.ai71services.ai/api/v1/onboarding/product/{productId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data '{ "active": true }'
"<string>"
Deactivation of a product and all its releated organization
API key for authorization
Product Deactivation Request body
Updated Successfully
The response is of type string.
string