Delete Advisory Definition

Delete Advisory Definition

Delete the advisory with the associated specified id.

Request
URI
DELETE
https://{api_host}/cloudapi/1.0.0/definitions/advisories/{advisoryId}
COPY
Path Parameters
string
advisoryId
Required

advisory URN


Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/definitions/advisories/{advisoryId}