Skip to main content
DELETE
/
suggestions
Delete Suggestion
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>"
}
'
{
  "id": "<string>",
  "label": "<string>",
  "content": "<string>"
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Body

application/json
id
string
required
label
string
required
content
string
required

Response

Successful Response

id
string
required
label
string
required
content
string
required