# Delete an Adjustment Delete an inventory adjustment by number. Requires the "DELETE" role in the "Adjustment" module. Endpoint: DELETE /api/v3/Adjustment Version: 3.1.0 Security: OAuth2_clientCredentials ## Request fields (application/json): - `Outlet` (string, required) The name of the outlet that made the adjustment Example: "Outlet1" - `Number` (string, required) Number of adjusment invoice Example: "2023.09.00001" ## Response 400 fields (application/json): - `Message` (string) ## Response 500 fields (application/json): - `Message` (string) - `ExceptionMessage` (string) - `ExceptionType` (string) - `StackTrace` (string)