DELETE
/
restore
/
{job_id}
curl --request DELETE \
  --url https://eu-west-1.api.neuphonic.com/restore/{job_id} \
  --header 'X-API-KEY: <api-key>'
{
  "data": {
    "status": "<string>",
    "message": "<string>"
  }
}

Authorizations

X-API-KEY
string
header
required

API Key Authentication. Get your API key from the Neuphonic website.

Path Parameters

job_id
string
required

The job ID for the requested job.

Response

200
application/json
Successful Response
data
object

The data payload for the response.