# Delete a test clock Deletes a test clock. ## Returns The deleted `TestClock` object is returned upon success. Otherwise, this call raises [an error](https://docs.stripe.com/api/test_clocks/delete.md#errors). ```curl curl -X DELETE https://api.stripe.com/v1/test_helpers/test_clocks/clock_1Mr3I22eZvKYlo2Ck0rgMqd7 \ -u "<>" \ -H "Stripe-Version: 2025-11-17.preview" ``` ### Response ```json { "id": "clock_1Mr3I22eZvKYlo2Ck0rgMqd7", "object": "test_helpers.test_clock", "deleted": true } ```