Delete the transaction review config for an environment
Removes transaction review enforcement. All transactions will proceed without review.
DELETE
Delete the transaction review config for an environment
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the environment
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Response
Config deleted
Last modified on July 8, 2026
Previous
Send a synthetic transaction review request to the configured webhookDrives a dry-run request through the same crypto and timeout machinery as the production signing path, against either the saved config or an override supplied in the body. No events are emitted and no signing is affected. Useful for verifying the customer's webhook responds correctly to each transaction shape before enabling enforcement.
Next
Delete the transaction review config for an environment