Skip to main content
DELETE
/
{slug}
/
tuning-sessions
/
{session_id}
Delete tuning session
curl --request DELETE \
  --url https://api.dimred.com/api/v2/{slug}/tuning-sessions/{session_id} \
  --header 'X-API-Key: <api-key>'
{
  "session_id": "<string>",
  "message": "<string>",
  "success": true
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

session_id
string
required

ID of the tuning session to delete

Response

200 - application/json

Tuning session deleted successfully

session_id
string
required

Identifier of the deleted session

message
string
required

Confirmation message

success
boolean
required

Whether the deletion was successful

I