cURL
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 }
Delete a tuning session and all its associated data.
API key for authentication
ID of the tuning session to delete
Tuning session deleted successfully
Identifier of the deleted session
Confirmation message
Whether the deletion was successful