Test clocks
Delete test clock
Delete a test clock.
DELETE/v1/test_clocks/{test_clock_id}
Parameters
| Parameter | Description |
|---|---|
| test_clock_idstring · pathrequired | No description in the spec. |
Returns
Returns a DeletedResource object.
Errors
| Status | Cause |
|---|---|
| 401 | Missing or invalid API key. |
| 403 | Key is missing the test_clocks:write scope. |
| 404 | No such object, or it belongs to the other mode. |
| 422 | Validation Error |
| 429 | Rate limited. Back off and retry. |
Other test clocks operations
- List test clocks GET /v1/test_clocks
- Create test clock POST /v1/test_clocks
- Get test clock GET /v1/test_clocks/{test_clock_id}
- Advance test clock POST /v1/test_clocks/{test_clock_id}/advance
BillKit