From 1611a1503e1d01b7a94964d1591aa5550219211a Mon Sep 17 00:00:00 2001 From: McNaBry Date: Tue, 14 Nov 2023 02:05:31 +0800 Subject: [PATCH] Remove generic delete --- docs/UserGuide.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index fe267103936..7d7608b9de6 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -478,18 +478,13 @@ Edits the given job application according to the parameters given. | `edit --application 1`{:.language-sh} | None of the fields to edit are given. | | `edit --application 1 --by 31-31-2023`{:.language-sh} | The date is invalid. | +### Deleting contacts - `delete` +
Organization Recruiter
-### Deleting data - `delete` -
Organization Recruiter Job Application
+:trophy: How to delete contacts and job applications in Jobby Intermediate :warning: The deletion of data is permanent and there is no way to undo it. -The `delete` command allows you to delete contacts and job applications if they are no longer relevant. To learn more about deleting a contact or application, check out the sections below. - -#### Deleting contacts - `delete` - -:trophy: How to delete contacts and job applications in Jobby Intermediate - ##### Format ```sh delete INDEX/ID [--recursive] @@ -512,10 +507,13 @@ Deletes the contact at the given `INDEX` or `ID`. |------------------------|---------------------------------------------------------------------| | `delete 0` | Invalid index, as index starts from 1. | -#### Deleting job applications - `delete --application`{:.language-sh} +### Deleting job applications - `delete --application`{:.language-sh} +
Job Application
:trophy: Able to delete job applications in Jobby Intermediate +:warning: The deletion of data is permanent and there is no way to undo it. + ##### Format ```sh delete --application INDEX