Cancel a conversion
⚠️
Add test=1 to run tests without real effects. In production, omit this parameter.
Parameters
- test (number (1)) : For testing, add the test=1 parameter. It must be omitted in production.
- id (string) : Contract identifier at SEPE, format E-99-9999-9999999
DELETE /transformation
{
"test": 1,
"id": "E-28-2023-9999999"
}Response
Respuesta
{
"success": true,
"message": "OK"
}