Deactivate a Profile API

Use this API to deactivate a profile.

POST/fim/v3/profiles/{profileId}/deactivate

Input ParametersInput Parameters

Parameter

Mandatory/Optional

Data Type

Description

profileId  Mandatory  String ID of the profile which needs to be deactivated.

SampleSample

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"
}