Remove a Custom Field
DELETE/settings/vehicles/custom-fields/:customFieldId
Removes a 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 vehicles still carry values for it; deleting an in-use field is allowed, matching how this works in Fleet Web.
Request
Responses
- 200
- 401
- 403
- 404
- 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.
Internal server error.