Program
Delete program
Delete a program and all associated data via API. Requires two-step confirmation.
DELETE
Delete program
Endpoint
How it works
- Request a confirmation code — call the endpoint without a
confirmation_code. The API returns a unique 8-character code - Confirm deletion — call the endpoint again with the
confirmation_codewithin 20 seconds
Request body
| Parameter | Type | Required | Description |
|---|---|---|---|
confirmation_code | string | No | The confirmation code received from step 1. Omit to request a new code |
Step 1: Request confirmation code
cURL
Response
200 OK
Step 2: Confirm deletion
Send the confirmation code back within 20 seconds to complete the deletion.cURL
Response
Delete program
