migration_delete

DELETE /users/{uid}/migrations/{mid}

Delete a finished migration.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: migration_access

URI Parameters

  • uid (required): the user name (login name) of the user
  • mid (required): the id of the migration

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/migrations/{mid}" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"