Sample - Stripe API
DELETE/v1/terminal/configurations/{configuration}

Delete a Terminal configuration

Deletes a Terminal configuration by its configuration ID. Use this operation when the configuration should no longer be available for Terminal readers. A successful response confirms deletion with the configuration identifier.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

1 parameter
configurationstringrequired
The unique identifier of the Terminal configuration to delete. Must not exceed 5000 characters.

2 status codes
200Returns a deleted configuration object containing the configuration ID, `deleted: true`, and object type `terminal.configuration`.
deletedbooleanrequired
Always true for a deleted object
Allowed:true
idstringrequired
Unique identifier for the object.
objectstringrequired
String representing the object's type. Objects of the same type share the same value.
Allowed:terminal.configuration
defaultReturns an error object containing an error type and, when available, details such as a message, parameter, code, or documentation URL.
errorobjectrequired

Error handling

configuration must identify the Terminal configuration to delete and must not exceed 5000 characters. The response confirms deletion with deleted set to true and the object type set to terminal.configuration.