Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 1.6 KB

targetPlatform_removeFormat.rst

File metadata and controls

62 lines (45 loc) · 1.6 KB

targetPlatform_removeFormat

DELETE /orgs/{oid}/targetplatforms/{tpid}/targetformats/{tfid}

Summary

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

Removes a target format from a target platform.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: org_formats_administrate

URI Parameters

  • tpid (required): the id of the targetplatform-object
  • oid (required): the id of the org-object
  • tfid (required): the id of the targetformat-object to remove

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/orgs/{oid}/targetplatforms/{tpid}/targetformats/{tfid}" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • targetPlatformLogo-delete
  • targetPlatformLogo-download
  • targetPlatformLogo-downloadFile
  • targetPlatformLogo-upload
  • targetPlatform-addFormat
  • targetPlatform-create
  • targetPlatform-delete
  • targetPlatform-get
  • targetPlatform-getAll
  • targetPlatform-getAllFormats
  • targetPlatform-removeFormat
  • targetPlatform-update
  • targetPlatform-updateAccess
  • targetformat-api-resources
  • targetformat-object
  • targetplatform-object