Remove a Driver Custom Field
DELETE/settings/drivers/custom-fields/:customFieldId
Removes a driver custom field your account no longer needs.
This is a soft delete. The field disappears from what you (and this API) can see or write to, but values already recorded against it are not erased. They simply become unreachable through this field. There is no warning or block if drivers still carry values for it, and deleting an in-use field is allowed, matching how this works in Fleet Web. A deleted field no longer counts towards the 10 field limit.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 500
Successful operation
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
The requested resource was not found.
Validation failed for the input parameters.
Internal server error.