Delete existing Specialty for a facility

Deletes an existing Specialty associated with the specified facility.

Request
path Parameters
facilityId
required
string <uuid>

Identifier of the facility to remove the Specialty from.

facilitySpecialtyId
required
string <uuid>

Identifier of the Specialty to remove.

Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

delete/facilities/{facilityId}/specialties/{facilitySpecialtyId}