DELETE
/
v2
/
training
/
{trainingId}
curl --request DELETE \
  --url https://api.gptmaker.ai/v2/training/{trainingId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

trainingId
string
required

ID do treinamento

Response

200
application/json
Treinamento deletado com sucesso
success
boolean