cURL
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Nutrition report record ID
No Content