Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 965 Bytes

migration_deleteAll.rst

File metadata and controls

49 lines (32 loc) · 965 Bytes

migration_deleteAll

.. function:: DELETE /users/{uid}/migrations

Summary

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

Delete all finished migrations created by a particular user.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: migration_access

URI Parameters

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"
.. seealso::

         * :ref:`migration-object`
         * :ref:`migration-create`
         * :ref:`migration-delete`
         * :ref:`migration-get`
         * :ref:`migrationstage-object`