curl --request DELETE \
--url https://app-api.spikeapi.com/v3/nutrition_records/{nutrition_record_id} \
--header 'Authorization: Bearer <token>'{
"detail": "<string>",
"errors": [
{
"location": "<string>",
"message": "<string>",
"value": "<unknown>"
}
],
"instance": "<string>",
"status": 123,
"title": "<string>",
"type": "about:blank"
}An HTTP 204 status code will be returned if successful, regardless if the record existed or not.
curl --request DELETE \
--url https://app-api.spikeapi.com/v3/nutrition_records/{nutrition_record_id} \
--header 'Authorization: Bearer <token>'{
"detail": "<string>",
"errors": [
{
"location": "<string>",
"message": "<string>",
"value": "<unknown>"
}
],
"instance": "<string>",
"status": 123,
"title": "<string>",
"type": "about:blank"
}