Delete existing Speciality for a facility

Deletes an existing Speciality associated with the specified facility.

Request
path Parameters
facilityId
required
string <uuid>

Identifier of the facility to remove the Speciality from.

facilitySpecialtyId
required
string <uuid>

Identifier of the Speciality to remove.

Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

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