curl --request DELETE \
--url https://api.decodahealth.com/suggestions \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"id": "<string>",
"label": "<string>",
"content": "<string>"
}
'