Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 1.64 KB

targetFormat_removeTargetPlatform.rst

File metadata and controls

62 lines (45 loc) · 1.64 KB

targetFormat_removeTargetPlatform

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

Summary

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

Removes the provided target format from a target platform. This is equivalent to targetPlatform-removeFormat.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: org_formats_administrate

URI Parameters

  • tpid (required): the id targetplatform-object 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}/targetformats/{tfid}/targetplatforms/{tpid}" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • imageformat-object
  • primitiveFormat-getAll
  • primitiveFormat-update
  • targetFormatLogo-delete
  • targetFormatLogo-download
  • targetFormatLogo-downloadFile
  • targetFormatLogo-upload
  • targetFormat-create
  • targetFormat-delete
  • targetFormat-get
  • targetFormat-getAll
  • targetFormat-update
  • targetFormat-updateAccess
  • targetformat-object
  • targetplatform-api-resources
  • targetplatform-object