Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.04 KB

repository_delete.rst

File metadata and controls

52 lines (35 loc) · 1.04 KB

repository_delete

DELETE /orgs/{oid}/repositories/{rid}

Summary

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

Remove a repository from an organization.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: org_administrate

URI Parameters

  • oid (required): the id of the org-object
  • rid (required): the id of the repository-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/orgs/{oid}/repositories/{rid}" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • distribprofile-object
  • repository-object
  • repositoryOS-getAll
  • repository-create
  • repository-delete
  • repository-getAll
  • repository-update