Skip to main content
POST
Delete Training

Request

Send a POST request to below endpoint. Where {training_id} is the one returned in the response upon initiating the model training using the Create training endpoint.
curl

Body

json

Path Parameters

training_id
string
required

The unique identifier for the training model to delete

Example:

"F5jvdzGnYi"

Body

application/json
key
string
required

Your API Key used for request authorization

Example:

""

Response

Model deleted successfully

status
enum<string>
Available options:
success,
error
messege
string

Response message

data
string

Additional response data