Use this API to deactivate a profile.
Parameter |
Mandatory/Optional |
Data Type |
Description |
---|---|---|---|
profileId | Mandatory | String | ID of the profile which needs to be deactivated. |
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"
}