Detach a Sensor Profile from a Sensor

Use this API to detach a sensor profile from a sensor.

PUT/v1.3/sensors/{sensorId}/profile/detach

Input ParametersInput Parameters

Parameter

Mandatory/Optional

Data Type

Description

sensorId

Mandatory

string

Specify the ID of a sensor from which the sensor profile will be detached

SampleSample

API request

  curl -X PUT
"<qualys_base_url>/csapi/v1.3/sensors/f1edef37-8d72-4f5d-87ed-9d6da981cffe/profile/detach" 
-H "accept: application/json" 
-H "Authorization: Bearer <token>"
    

Response

200 OK