curl --request DELETE \
--url https://app2.freyavoice.ai/api/v2/solutions/run/{runId}/cancel \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"message": "<string>",
"result": {
"success": true,
"error": "<string>"
}
}
}Cancels a running optimization (sets status to failed).
curl --request DELETE \
--url https://app2.freyavoice.ai/api/v2/solutions/run/{runId}/cancel \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"message": "<string>",
"result": {
"success": true,
"error": "<string>"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.