Page Summary
-
The endpoint allows for deleting a session by its ID.
-
The request requires authorization and does not take a request body.
-
Path parameters include
sessionIdanduserId, whereuserIdcurrently only supports 'me'. -
A successful response returns an empty body.
Deletes a session specified by the given session ID. Try it now .
Request
HTTP request
DELETE https://www.googleapis.com/fitness/v1/users/ userId /sessions/ sessionId
Parameters
sessionId
string
userId
string
me
to indicate
the authenticated user. Only me
is supported at this time.Authorization
This request requires authorization with the following scope:
| Scope |
|---|
https://www.googleapis.com/auth/fitness.activity.write
|
For more information, see the authentication and authorization page.
Request body
Do not supply a request body with this method.
Response
If successful, this method returns an empty response body.
Try it!
Use the APIs Explorer below to call this method on live data and see the response.


