# Delete Accounting Quick Link Delete Accounting Quick Link Endpoint: DELETE /rest/2.0/delete/ACCOUNTING_QUICK_LINK Version: 1.0 Security: JWT ## Header parameters: - `sessionId` (string, required) ## Request fields (application/json; charset=utf-8): - `brmObjects` (object) - `brmObjects.Id` (string, required) ## Response 200 fields (application/json): - `retrieveResponse` (object) - `retrieveResponse.Id` (string) Id: Primary key - `retrieveResponse.LinkPath` (string) Link Path: Defines the page that will be loaded when the hyperlink is clicked - `retrieveResponse.CreatedUserId` (string) System controlled field: Id of the user that created the record - `retrieveResponse.UpdatedUserId` (string) System controlled field: Id of the last user that updated the record - `retrieveResponse.Status` (string) Status: Active records will be displayed in the list. Deactivated records will not be displayed. - `retrieveResponse.Updated` (string) System controlled field: Date and time the record was last updated - `retrieveResponse.Name` (string) Name: Describes the name of the page where the link will direct the user. This name is defined by users during setup and may differ from the page label that it directs to. - `retrieveResponse.Order` (string) Order: Defines the order that quick links will be listed in the user interface. - `retrieveResponse.Created` (string) System controlled field: Date and time the record was created ## Response 400 fields (application/json): - `error` (string) Bad request - `message` (string) Bad request ## Response 401 fields (application/json): - `error` (string) Unauthorized - `message` (string) Unauthorized ## Response 404 fields (application/json): - `error` (string) Not found - `message` (string) Not found ## Response 429 fields (application/json): - `error` (string) Too many requests - `message` (string) Too many requests ## Response 500 fields (application/json): - `error` (string) Internal error - `message` (string) Internal error