Skip to content

Delete a Location ​

Deletes a Location object.

Returns ​

Returns the Location object that was deleted.

curl
curl -X DELETE https://api.stripe.com/v1/terminal/locations/{{LOCATION_ID}} \
  -u "<<YOUR_SECRET_KEY>>"

Response ​

json
{
  "id": "tml_FBakXQG8bQk4Mm",
  "object": "terminal.location",
  "deleted": true
}

Stripe API Reference - Self-contained docs reference, refreshed 2026-05-18