SymetryML Documentation
Predictions

Delete prediction results

Deletes a previously-saved input→output prediction pairing recorded against this model.

DELETE
/{user}/projects/{project}/dss/predict/{model}

Deletes a previously-saved input→output prediction pairing recorded against this model.

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

project*string

Project identifier

model*string

Model identifier

Query Parameters

indsname*string
outdsname*string

Response Body

application/json

application/json

curl -X DELETE "https://example.com/c1/projects/nbra_prj_iris/dss/predict/nbra_prj_iris_build_1?indsname=string&outdsname=string"
{  "statusCode": 200,  "statusString": "OK",  "values": {}}
{  "statusCode": 400,  "statusString": "Customer [c1]: the prediction using [nbra_dspredictin:nbra_dspredictout] on model [nbra_model_main_lda] in project [nbra_prj_iris] cannot be found.",  "values": {}}