Skip to content

Delete a Configuration ​

Deletes a Configuration object.

Returns ​

Returns the Configuration object that was deleted.

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

Response ​

json
{
  "id": "tmc_FQqbaQCiy0m1xc",
  "object": "terminal.configuration",
  "deleted": true
}

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