Delete a custom FHIR profile

DELETE/fhir/profiles/{id}

Permanently deletes a custom profile by id.

RequiresBearerauthentication

Path parameters

idstringrequired

The lowercase StructureDefinition id of the custom profile.

Returns  

Profile successfully deleted

DELETERequest
curl -X DELETE 'https://experiment.app.pheno.ml/fhir/profiles/custom-patient' \
  -H 'Authorization: Bearer YOUR_API_KEY'
204 No ContentResponse
{}