# Delete mapping Endpoint: DELETE /companies/{company_id}/mappings/{badger_object_name} Version: 1.0.0 Security: JWTtoken ## Path parameters: - `company_id` (string, required) - `badger_object_name` (string, required) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) Example: "Something went wrong" - `detail.type` (string, required) Example: "Client Error"