Delete Meta at Instance-Level

post

/oracle-fhir-server/fhir/CatalogEntry/{id}/$meta-delete

Delete tags, profiles, and/or security labels from a CatalogEntry resource.

Request

Path Parameters
Supported Media Types
Request Body - application/fhir+json ()
FHIR Parameters Resource
Root Schema : schema
Type: object
FHIR Parameters Resource
Example:
{
  "resourceType": "Parameters",
  "parameter": [ {
    "name": "meta"
  }, {
    "name": "return"
  } ]
}
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : FHIR-JSON-RESOURCE
Type: object
A FHIR resource
Back to Top