Rolls back a transaction.
HTTP request
POST https://datastore.googleapis.com/v1/projects/{projectId}:rollback
The URL uses Google API HTTP annotation syntax.
Path parameters
Parameters | |
---|---|
projectId |
The ID of the project against which to make the request. |
Request body
The request body contains data with the following structure:
JSON representation | |
---|---|
{ "transaction": string, } |
Fields | |
---|---|
transaction |
The transaction identifier, returned by a call to A base64-encoded string. |
Response body
If successful, the response body will be empty.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/datastore
https://www.googleapis.com/auth/cloud-platform
For more information, see the Auth Guide.