Delete a Sensor Profile

Use this API to delete a sensor profile in your account.

DELETE/csapi/v1.3/sensorProfile/{sensorProfileId}

Input ParametersInput Parameters

Parameter

Mandatory/Optional

Data Type

Description

sensorProfileId

Mandatory

string

The ID/UUID for the sensor profile you want to delete.

SampleSample

API request

    curl -X DELETE
"<qualys_base_url>/csapi/v1.3/sensorProfile/d96b936c-4d7c-449a-bc32-cfdc31c87a9c" --header "Authorization: Bearer <token>"
    

Response

    Response Code: 200
    

 

 

Was this topic helpful?

success Thank you! We're glad to hear that this topic was useful.
success We appreciate your feedback. We'll work to make this topic better for you in the future.