cURL
curl --request DELETE \ --url https://api.rntor.com/v1/contracts/{id} \ --header 'Authorization: Bearer <token>' \ --header 'X-Client-ID: <api-key>'
{ "data": { "success": true }, "meta": { "request_id": "req_abc123def456", "timestamp": "2024-01-15T10:30:00Z" } }
Delete a contract
Your API client secret
Your API client ID
Contract deleted
Show child attributes