Revoke features from a subscription
PUT
/v2/organizations/{org_id}/subscriptions/{sub_id}/revoke_featuresLast modified: 3 days ago
Revoke features from a subscription
Request
Path Params
org_id
string
required
sub_id
string
required
Query Params
attributes
array[string]
optional
Include details
Allowed value:
features
Body Params application/json
features
optional
The feature names that will be revoked
Allowed values:
number_of_ipsrescan
Example:
rescan,number_of_ips
Example
{
"features": "number_of_ips"
}
Request samples
Responses
OK(200)
Unauthorized(401)
Record Not Found(404)
Parameter Error(422)
HTTP Code: 200
Content Type : JSONapplication/json
Features revoked
Data Schema
object {0}
Example
{}
Last modified: 3 days ago