# Delete a staff member **DELETE /api/v1/client/{client_uuid}/staff-members/{uuid}** This will not delete the client record, it will simply detach the staff member link. ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **client_uuid** (string) uuid The UUID of the business client. - **uuid** (integer) - **id** (string) uuid The UUID of the client that is a staff member. ## Responses ### 204 #### Body: application/json (object) object [Powered by Bump.sh](https://bump.sh)