# Request deletion for a record **DELETE /api/v2/delete/{method}** Request deletion for a record. This method does not delete the record from the HCGateway database. This method is only used to request deletion of a record from your local Health Connect store. The app will delete it from the database using the sync method once it has deleted the record(s) locally. ## Servers - https://api.hcgateway.shuchir.dev: https://api.hcgateway.shuchir.dev () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **method** (string) Can be one of the following: activeCaloriesBurned, basalBodyTemperature, basalMetabolicRate, bloodGlucose, bloodPressure, bodyFat, bodyTemperature, boneMass, cervicalMucus, distance, exerciseSession, elevationGained, floorsClimbed, heartRate, height, hydration, leanBodyMass, menstruationFlow, menstruationPeriod, nutrition, ovulationTest, oxygenSaturation, power, respiratoryRate, restingHeartRate, sleepSession, speed, steps, stepsCadence, totalCaloriesBurned, vo2Max, weight, wheelchairPushes ### Body: application/json (object) - **uuid** (array[string]) The uuid of the record to delete. Can be a string or an array of strings. ## Responses ### 200 #### Body: application/json (object) - **success** (boolean) Sucessfully sent the data or not - **message** (string) A confirmation message. [Powered by Bump.sh](https://bump.sh)