Delete a retained custom FHIR profile version
DELETE
/fhir/profiles/{id}/versions/{version}Deletes one retained version from a custom profile. The path
version is the authored StructureDefinition.version value.
RequiresBearerauthentication
Path parameters
idstringrequiredThe lowercase StructureDefinition id of the custom profile.
versionstringrequiredThe authored StructureDefinition.version. It may contain letters, numbers, and the punctuation characters ., _, ~, +, and -; it cannot be exactly . or ...
Returns
Profile version successfully deleted
DELETERequest
204 No ContentExample Response