migration_deleteAll

DELETE /users/{uid}/migrations

Delete all finished migrations created by a particular user.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: migration_access

URI Parameters

  • uid (required): the user name (login name) of the user

HTTP Request Body Parameters

None

Example Request

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