Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 974 Bytes

migration_delete.rst

File metadata and controls

49 lines (32 loc) · 974 Bytes

migration_delete

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

Summary

  • Method: DELETE
  • Response Code: 204 / 200
  • Response Formats:
  • Since: UForge 3.8.2

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-object
  • mid (required): the id of the migration-object

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"
  • migration-object
  • migration-cancel
  • migration-deleteAll
  • migrationstage-object