Delete Symptom Definition
Delete a Symptom Definition
Request
URI
DELETE
https://{api_host}/suite-api/api/symptomdefinitions/{id}
COPY
Path Parameters
string
id
Required
The identifier of the Symptom Definition to delete
Responses
204
The symptom definition is deleted successfully
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/suite-api/api/symptomdefinitions/{id}