# Remove a user from a contact **DELETE /contacts/{contact_id}/users/{user_id}** ## Servers - https://*.syngency.com/admin/api: https://*.syngency.com/admin/api () ## Parameters ### Path parameters - **contact_id** (integer(int32)) ID of contact that user belongs to - **user_id** (integer(int32)) ID of user to remove ## Responses ### 204 User removed ### 500 An unexpected error occurred #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) [Powered by Bump.sh](https://bump.sh)