Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.15 KB

projectLicense_delete.rst

File metadata and controls

52 lines (35 loc) · 1.15 KB

projectLicense_delete

DELETE /orgs/{oid}/projects/{pid}/licenses/{lid}

Summary

  • Method: DELETE
  • Response Code: 204 / 200
  • Response Formats: application/xml application/json
  • Since: UForge 1.0

Remove a license file from a project.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: org_projects_administrate

URI Parameters

  • lid (required): the id of the license-object
  • pid (required): the id of the project-object
  • oid (required): the id of the org-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/orgs/{oid}/projects/{pid}/licenses/{lid}" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • license-object
  • project-object
  • projectLicense-delete
  • projectLicense-download
  • projectLicense-upload
  • projectLicense-uploadChunk