grid
grid copied to clipboard
Add DELETE delete location endpoint
Add a DELETE endpoint at /locations/<location_id>
to:
- Use the ID in the query to create a protobuf payload to delete a location
- Package that payload into a txn, sign the txn
- Package that txn in a batch, submit to
batches
endpoint