Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 992 Bytes

apiKey_delete.rst

File metadata and controls

50 lines (33 loc) · 992 Bytes

apiKey_delete

.. function:: DELETE /users/{uid}/apikeys/{akid}

Summary

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

Deletes an API key from the specified user.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: api_key_access

URI Parameters

HTTP Request Body Parameters

None

Example Request

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

         * :ref:`apiKey-create`
         * :ref:`apiKey-getAll`
         * :ref:`apiKey-update`
         * :ref:`apikeypairs-object`
         * :ref:`user-object`