Deactivate a Profile API
Use this API to deactivate a profile.
    
Input ParametersInput Parameters
| Parameter | Mandatory/ | Data Type | Description | 
|---|---|---|---|
| profileId | Mandatory | String | ID of the profile which needs to be deactivated. | 
Sample: Deactivate a profileSample: Deactivate a profile
API Request
curl -X POST 
<qualys_base_url>/fim/v3/profiles/{profileId}/deactivate 
-H 'authorization: Bearer <token>' 
-H 'content-type: application/json'
Response
{
   "status": "DEACTIVATED"
}