SymetryML Documentation
Data drift

Delete a drift calculator

The response's `values` field is empty — no structured data is returned.

DELETE
/{user}/driftCalculator/{driftCalculatorId}

The response's values field is empty — no structured data is returned.

Authorization

SymetryMLAuth
AuthorizationBearer <token>

HMAC-SHA256 signature-based authentication: requests are signed with your secret key and sent with the Customer-ID, Sym-date, Authorization, Content-MD5 and sym-version headers. See SymetryML REST API Security for the signature algorithm and a complete example.

In: header

Path Parameters

user*string

User/Customer identifier

driftCalculatorId*string

Drift calculator identifier

Response Body

application/json

application/json

curl -X DELETE "https://example.com/c1/driftCalculator/dc1"
{  "statusCode": 200,  "statusString": "cleanup done",  "values": {}}
{  "statusCode": 500,  "statusString": "Generic Exception [java.lang.NullPointerException: Cannot invoke \"com.sml.drift.DriftCalculatorAPI.cleanUp()\" because \"dd\" is null]",  "values": {}}