Skip to main content
DELETE
/
radius
/
migration
/
jobs
/
{jobId}
Delete a Job
curl --request DELETE \
  --url https://api.altostrat.io/radius/migration/jobs/{jobId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Enter your API key in the format: Bearer <token>

Path Parameters

jobId
string
required

The unique identifier for the migration job, prefixed with mig_job_.

Response

The job was deleted successfully.